0_0_27051538_11885.cpp:1:2: error: invalid preprocessing directive #inclued
#inclued<stdio.h>
^
0_0_27051538_11885.cpp:9:3: error: stray '\243' in program
return 0£»
^
0_0_27051538_11885.cpp:9:3: error: stray '\273' in program
0_0_27051538_11885.cpp: In function 'int main()':
0_0_27051538_11885.cpp:5:28: error: 'scanf' was not declared in this scope
while(~scanf("%d%d",&A,&B)
^
0_0_27051538_11885.cpp:6:3: error: expected ')' before '{' token
{sum=A+B;
^
0_0_27051538_11885.cpp:7:21: error: 'printf' was not declared in this scope
printf("%d\n",sum);
^
0_0_27051538_11885.cpp:10:1: error: expected ';' before '}' token
}
^
|