Problem adjmatrix
User AdamAdnan1C
Submission Time 2026-03-30 11:33:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp:12:30: error: empty character constant
12 | print(arr[i][j], end='')
| ^~
adjmatrix.cpp:1:1: error: ā€˜n’ does not name a type
1 | n, e = map(int, input().split())
| ^