0_0_35053022_12187.cpp:4:4: error: stray '\243' in program
char c = 'c'£ğint a,b;
^
0_0_35053022_12187.cpp:4:4: error: stray '\273' in program
0_0_35053022_12187.cpp: In function 'int main()':
0_0_35053022_12187.cpp:4:18: error: expected ',' or ';' before 'int'
char c = 'c'£ğint a,b;
^
0_0_35053022_12187.cpp:11:35: error: 'a' was not declared in this scope
scanf("%c%d%d%*c",&c,&a,&b);
^
0_0_35053022_12187.cpp:11:38: error: 'b' was not declared in this scope
scanf("%c%d%d%*c",&c,&a,&b);
^
|