Problem | adjmatrix |
---|---|
User | AwkUngenially |
Submission Time | 2025-04-02 17:01:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:8:2: error: ‘c’ was not declared in this scope
8 | c = 0
| ^
adjmatrix.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 0; i < x * x; i++) {
| ^