0_0_13488762_26642.cpp: In function 'int main()':
0_0_13488762_26642.cpp:4:29: error: 'scanf' was not declared in this scope
while(scanf("%d%d",&a,&b)==2)
^
0_0_13488762_26642.cpp:5:26: error: 'printf' was not declared in this scope
printf("%d\n",a+b);
^
|