Problem | whiteboardgame |
---|---|
User | Ush |
Submission Time | 2024-12-02 14:21:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int32_t main()’:
whiteboardgame.cpp:8:7: error: expected initializer before ‘>>’ token
8 | int a>>b;
| ^~
whiteboardgame.cpp:9:7: error: ‘a’ was not declared in this scope
9 | cin>>a>>b;
| ^
whiteboardgame.cpp:9:10: error: ‘b’ was not declared in this scope
9 | cin>>a>>b;
| ^
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++){
| ^