Problem add1
User chickengoat
Submission Time 2026-04-22 17:20:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1.cpp: In function ‘int main()’:
add1.cpp:7:13: error: expected ‘}’ at end of input
7 | cout << a+1;
| ^
add1.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^