Problem | adjmatrix |
---|---|
User | carson |
Submission Time | 2025-03-12 21:03:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:10:10: error: ‘x’ was not declared in this scope
10 | cin >> x >> y;
| ^
adjmatrix.cpp:10:15: error: ‘y’ was not declared in this scope
10 | cin >> x >> y;
| ^