Problem add1_easy
User hitarthdangra
Submission Time 2026-02-20 19:02:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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