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

Compile Error

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