Problem veryeasymath
User MegaG
Submission Time 2025-10-06 17:04:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasymath.cpp: In function ‘int main()’:
veryeasymath.cpp:26:16: error: expected ‘;’ before ‘}’ token
26 | cout << a + 1
| ^
| ;
27 | }
| ~