Problem adjmatrix
User r3io4mf
Submission Time 2024-03-01 19:42:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp:1:1: error: ‘nodes’ does not name a type
1 | nodes, edges = [int(i) for i in input().split()]
| ^~~~~