Problem | whiteboardgame |
---|---|
User | sussyimpasta |
Submission Time | 2025-05-26 22:31:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:8:5: error: ‘sync_with_stdio’ was not declared in this scope
8 | sync_with_stdio(false);
| ^~~~~~~~~~~~~~~
whiteboardgame.cpp:25:14: error: invalid operands of types ‘long long int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<’
25 | if (v<min) {
| ~^~~~
whiteboardgame.cpp:26:19: error: overloaded function with no contextual type information
26 | min = v;
| ^
whiteboardgame.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
whiteboardgame.cpp:6:15: note: to match this ‘{’
6 | signed main() {
| ^