| Problem | 3nplus1II |
|---|---|
| User | jefan |
| Submission Time | 2026-07-30 11:45:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:6:7: error: expected ‘;’ before ‘for’
6 | i = 1
| ^
| ;
7 | for (; i<time; i++) {
| ~~~
3nplus1II.cpp:7:23: error: expected ‘;’ before ‘)’ token
7 | for (; i<time; i++) {
| ^
| ;