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