Problem adjmatrix
User weccs
Submission Time 2025-06-16 19:19:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:13:48: error: ‘flags’ was not declared in this scope
13 | fill(&matrix[0][0], &matrix[0][0] + sizeof(flags), 0);
| ^~~~~
adjmatrix.cpp:27:21: error: expected ‘;’ before ‘}’ token
27 | cout << "\n"
| ^
| ;
28 | }
| ~