Problem adjmatrix
User R9q5P8
Submission Time 2025-10-24 14:57:44
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 ‘matrix’
20 | eb--
| ^
| ;
21 | matrix[ea][eb] = 1;
| ~~~~~~