Problem addition
User vensah
Submission Time 2026-04-27 21:03:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main(long int, long int)’:
addition.cpp:5:12: error: expected ‘;’ before ‘}’ token
5 | return a+b
| ^
| ;
6 | }
| ~