0_0_15889307_20427.cpp:23:6: error: stray '\241' in program
cout<<ˇ±OKˇ±<<endl;
^
0_0_15889307_20427.cpp:23:6: error: stray '\261' in program
0_0_15889307_20427.cpp:23:6: error: stray '\241' in program
0_0_15889307_20427.cpp:23:6: error: stray '\261' in program
0_0_15889307_20427.cpp:25:4: error: stray '\241' in program
cout<<ˇ±sorryˇ±<<endl;
^
0_0_15889307_20427.cpp:25:4: error: stray '\261' in program
0_0_15889307_20427.cpp:25:4: error: stray '\241' in program
0_0_15889307_20427.cpp:25:4: error: stray '\261' in program
0_0_15889307_20427.cpp: In function 'int main()':
0_0_15889307_20427.cpp:8:18: error: 'o' was not declared in this scope
int j=0,k=o;
^
0_0_15889307_20427.cpp:11:12: error: 'n' was not declared in this scope
for(n=x;n<=y;n++)
^
0_0_15889307_20427.cpp:22:10: error: 'j' was not declared in this scope
if(j==k)
^
0_0_15889307_20427.cpp:22:13: error: 'k' was not declared in this scope
if(j==k)
^
0_0_15889307_20427.cpp:23:14: error: 'OK' was not declared in this scope
cout<<ˇ±OKˇ±<<endl;
^
0_0_15889307_20427.cpp:25:12: error: 'sorry' was not declared in this scope
cout<<ˇ±sorryˇ±<<endl;
^
0_0_15889307_20427.cpp: At global scope:
0_0_15889307_20427.cpp:27:1: error: expected unqualified-id before 'return'
return 0;
^
0_0_15889307_20427.cpp:28:1: error: expected declaration before '}' token
}
^
|