0_0_26142627_8908.cpp:11:3: error: stray '\302' in program
for(i = 0; i <= (n-1)%4; i ++) //此处可换为 i < n%4 + 4;可解决n%4 ==0的情况
^
0_0_26142627_8908.cpp:11:3: error: stray '\240' in program
0_0_26142627_8908.cpp:2:10: error: 'vodi' was not declared in this scope
int main(vodi)
^
0_0_26142627_8908.cpp:3:1: error: expected ',' or ';' before '{' token
{
^
|