Problem snake
User MrPuddleVon
Submission Time 2025-06-19 18:20:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snake.cpp: In function ‘int main()’:
snake.cpp:38:20: error: expected ‘)’ at end of input
38 | if (dir
| ~~~~^
| )
snake.cpp:38:17: error: expected statement at end of input
38 | if (dir
| ^~~
snake.cpp:38:17: error: expected ‘}’ at end of input
snake.cpp:30:24: note: to match this ‘{’
30 | if (type == 1) {
| ^
snake.cpp:38:17: error: expected ‘}’ at end of input
38 | if (dir
| ^~~
snake.cpp:26:45: note: to match this ‘{’
26 | for (int query = 0; query < Q; query++) {
| ^
snake.cpp:38:17: error: expected ‘}’ at end of input
38 | if (dir
| ^~~
snake.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^