Problem adjmatrix
User yhmixeI
Submission Time 2024-12-23 15:10:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:7:14: error: array must be initialized with a brace-enclosed initializer
7 | int a[p][p]=0;
| ^