0_0_22167341_6858.cpp:6:1: error: stray '\' in program
printf(c=a+b\n,a+b);
^
0_0_22167341_6858.cpp:7:1: error: stray '\243' in program
return0£»
^
0_0_22167341_6858.cpp:7:1: error: stray '\273' in program
0_0_22167341_6858.cpp:2:11: error: '::main' must return 'int'
void main()
^
0_0_22167341_6858.cpp: In function 'int main()':
0_0_22167341_6858.cpp:4:9: error: expected unqualified-id before ';' token
int a,b,;
^
0_0_22167341_6858.cpp:5:17: error: invalid operands of types 'int*' and 'int' to binary 'operator&'
scanf("%d%d",&a&b);
^
0_0_22167341_6858.cpp:6:8: error: 'c' was not declared in this scope
printf(c=a+b\n,a+b);
^
0_0_22167341_6858.cpp:7:1: error: 'return0' was not declared in this scope
return0£»
^
|