0_0_20874872_27074.cpp:7:1: error: stray '\243' in program
char c = 'c'£ğint a,b;
^
0_0_20874872_27074.cpp:7:1: error: stray '\273' in program
0_0_20874872_27074.cpp: In function 'int main()':
0_0_20874872_27074.cpp:7:15: error: expected ',' or ';' before 'int'
char c = 'c'£ğint a,b;
^
0_0_20874872_27074.cpp:17:23: error: 'a' was not declared in this scope
scanf("%c%d%d%*c",&c,&a,&b);
^
0_0_20874872_27074.cpp:17:26: error: 'b' was not declared in this scope
scanf("%c%d%d%*c",&c,&a,&b);
^
0_0_20874872_27074.cpp:51:9: error: expected '}' at end of input
return 0;
^
|