Problem | whiteboardgame |
---|---|
User | sussyimpasta |
Submission Time | 2025-05-26 22:18:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:11:15: error: initializer in range-based ‘for’ loop
11 | for (int i=0: q) {
| ^
whiteboardgame.cpp:17:21: error: ‘s’ was not declared in this scope
17 | int min = a[0]; s=0;
| ^
whiteboardgame.cpp:19:28: error: ‘min’ cannot be used as a function
19 | min = min(min, a[i]);
| ^