/in/foo.cc:50:1: error: stray '\302' in program
·
^
/in/foo.cc:50:2: error: stray '\267' in program
·
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:52:1: error: expected primary-expression before '=' token
=0;
^
/in/foo.cc:53:20: error: 'emset' was not declared in this scope
emset(b,1,sizeof(b));
^
/in/foo.cc:54:6: error: 'o' was not declared in this scope
o(1,0);
^
/in/foo.cc:59:1: error: 'eturn' was not declared in this scope
eturn 0;
^~~~~
/in/foo.cc:59:8: error: expected '}' at end of input
eturn 0;
^
/in/foo.cc:47:7: warning: unused variable 'x' [-Wunused-variable]
int i,x,y;
^
/in/foo.cc:47:9: warning: unused variable 'y' [-Wunused-variable]
int i,x,y;
^
/in/foo.cc:59:8: error: expected '}' at end of input
eturn 0;
^