Problem addition
User Nuerox98
Submission Time 2024-06-18 10:24:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:9:17: error: expected ‘;’ before ‘}’ token
9 | cout << "a + b"
| ^
| ;
10 | }
| ~