Problem addition
User lygrace
Submission Time 2026-06-22 15:16:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:13:11: error: expected ‘;’ at end of input
13 | cout<<a+b
| ~^
| ;
addition.cpp:13:10: error: expected ‘}’ at end of input
13 | cout<<a+b
| ^
addition.cpp:8:1: note: to match this ‘{’
8 | {
| ^