0_0_18521026_23342.cpp:6:9: error: missing terminating " character
printf("%d
^
0_0_18521026_23342.cpp:7:1: error: missing terminating " character
", a + b);
^
0_0_18521026_23342.cpp: In function 'int main()':
0_0_18521026_23342.cpp:8:5: error: expected primary-expression before 'return'
return 0;
^
|