Problem adjmatrix
User PorridgePi
Submission Time 2023-03-06 12:41:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:20:7: error: expected ‘(’ before ‘int’
20 | for int(j=0;j<n;j++){
| ^~~
| (
adjmatrix.cpp:20:11: error: ‘j’ was not declared in this scope
20 | for int(j=0;j<n;j++){
| ^