| Problem | add1 |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-04-25 11:51:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
add1.cpp: In function ‘int main()’:
add1.cpp:8:15: error: expected ‘;’ before ‘return’
8 | cout << x + 1
| ^
| ;
9 | return 0;
| ~~~~~~