0_0_37045537_13385.cpp:1:2: error: invalid preprocessing directive #clude
#clude<stdio.h>
^
0_0_37045537_13385.cpp: In function 'int main()':
0_0_37045537_13385.cpp:5:20: error: 'scanf' was not declared in this scope
scanf("%d %d",&a,&b);
^
0_0_37045537_13385.cpp:7:20: error: expected ')' before ';' token
printf("A+B=%d",sum;)
^
0_0_37045537_13385.cpp:7:21: error: expected primary-expression before ')' token
printf("A+B=%d",sum;)
^
|