0_0_15522473_27182.cpp:7:1: error: stray '\' in program
printf(%d\n,x+y);
^
0_0_15522473_27182.cpp: In function 'int main()':
0_0_15522473_27182.cpp:7:8: error: expected primary-expression before '%' token
printf(%d\n,x+y);
^
0_0_15522473_27182.cpp:7:9: error: 'd' was not declared in this scope
printf(%d\n,x+y);
^
|