0_0_30619686_29066.cpp:9:14: error: stray '\243' in program
int sum£½0,sun£½0;
^
0_0_30619686_29066.cpp:9:14: error: stray '\275' in program
0_0_30619686_29066.cpp:9:14: error: stray '\243' in program
0_0_30619686_29066.cpp:9:14: error: stray '\275' in program
0_0_30619686_29066.cpp: In function 'int main()':
0_0_30619686_29066.cpp:9:23: error: expected initializer before numeric constant
int sum£½0,sun£½0;
^
0_0_30619686_29066.cpp:14:17: error: 'sum' was not declared in this scope
sum+=x;
^
0_0_30619686_29066.cpp:19:17: error: 'sun' was not declared in this scope
sun+=y;
^
0_0_30619686_29066.cpp:21:16: error: 'sum' was not declared in this scope
if(sum==b&&sun==a)
^
0_0_30619686_29066.cpp:21:24: error: 'sun' was not declared in this scope
if(sum==b&&sun==a)
^
|