Problem adjmatrix
User SMILE
Submission Time 2025-07-26 10:08:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

adjmatrix.cpp:8:3: error: stray ‘\342’ in program
8 | →
| ^
adjmatrix.cpp:8:4: error: stray ‘\206’ in program
8 | →
| ^
adjmatrix.cpp:8:5: error: stray ‘\222’ in program
8 | →
| ^
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:18:23: error: ‘n’ was not declared in this scope
18 | for (int i = 0; i < n; ++i) {
| ^