Problem | whiteboardgame |
---|---|
User | emyz |
Submission Time | 2024-12-02 14:45:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:10:2: error: expected initializer before ‘for’
10 | for (int i=0; i<n; ++i)
| ^~~
whiteboardgame.cpp:10:16: error: ‘i’ was not declared in this scope
10 | for (int i=0; i<n; ++i)
| ^