Problem addition
User yhmixeI
Submission Time 2024-06-18 10:01:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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