Main.cc:17:19: error: stray ‘\357’ in program
for ( int j = 1 ; j <= n ; j ++ )
^
Main.cc:17:20: error: stray ‘\274’ in program
for ( int j = 1 ; j <= n ; j ++ )
^
Main.cc:17:21: error: stray ‘\233’ in program
for ( int j = 1 ; j <= n ; j ++ )
^
Main.cc: In function ‘int main()’:
Main.cc:17:23: error: expected ‘;’ before ‘j’
for ( int j = 1 ; j <= n ; j ++ )
^