Problem | whiteboardgame |
---|---|
User | Ush |
Submission Time | 2024-12-02 14:22:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int32_t main()’:
whiteboardgame.cpp:10:2: error: ‘sum’ was not declared in this scope
10 | sum = 0;
| ^~~
whiteboardgame.cpp:11:7: error: ‘i’ was not declared in this scope
11 | for (i=0; i<9; i++){
| ^