Problem flamethrower
User DANIE4588E
Submission Time 2023-04-29 17:24:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

flamethrower.cpp:3:3: error: invalid preprocessing directive #Initialize
3 | # Initialize the adjacency matrix with all zeroes
| ^~~~~~~~~~
flamethrower.cpp:6:3: error: invalid preprocessing directive #Read
6 | # Read in the edges and set the corresponding entries in the adjacency matrix to 1
| ^~~~
flamethrower.cpp:12:3: error: invalid preprocessing directive #Output
12 | # Output the adjacency matrix
| ^~~~~~
flamethrower.cpp:1:1: error: ā€˜nā€™ does not name a type
1 | n, e = map(int, input().split())
| ^