Problem helloworld
User nianhe
Submission Time 2024-03-13 09:59:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:26:3: error: invalid preprocessing directive #print
26 | # print(dist)
| ^~~~~
helloworld.cpp:38:11: error: invalid preprocessing directive #print
38 | # print(dist[nx][ny])
| ^~~~~
helloworld.cpp:48:3: error: invalid preprocessing directive #for
48 | # for i in range(height):
| ^~~
helloworld.cpp:49:7: error: invalid preprocessing directive #for
49 | # for j in range(width):
| ^~~
helloworld.cpp:50:11: error: invalid preprocessing directive #print
50 | # print(dist[i][j][1], end=' ')
| ^~~~~
helloworld.cpp:51:7: error: invalid preprocessing directive #print
51 | # print()
| ^~~~~
helloworld.cpp:55:31: error: empty character constant
55 | print(maze[i][j], end='')
| ^~
helloworld.cpp:69:31: error: empty character constant
69 | print(maze