| Problem | 3nplus1II |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-02-14 23:24:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:9:8: error: ‘i’ was not declared in this scope
9 | for (i = 1; i <= a) {
| ^
3nplus1II.cpp:9:21: error: expected ‘;’ before ‘)’ token
9 | for (i = 1; i <= a) {
| ^
| ;