Problem | whiteboardgame |
---|---|
User | mentcletan |
Submission Time | 2024-12-03 21:15:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:12:3: error: ‘sum’ was not declared in this scope
12 | sum+=a;
| ^~~
whiteboardgame.cpp:17:8: error: ‘sum’ was not declared in this scope
17 | cout<<sum-minn;
| ^~~