0_0_22667742_31583.cpp: In function 'int main()':
0_0_22667742_31583.cpp:4:8: error: 'sum' was not declared in this scope
printf(sum=%d,a+b);
^
0_0_22667742_31583.cpp:4:12: error: expected primary-expression before '%' token
printf(sum=%d,a+b);
^
0_0_22667742_31583.cpp:4:13: error: 'd' was not declared in this scope
printf(sum=%d,a+b);
^
|