Problem | adjmatrix |
---|---|
User | blob |
Submission Time | 2023-11-17 10:17:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:4:9: error: ‘a’ was not declared in this scope
4 | bool g[a][b];
| ^
adjmatrix.cpp:4:12: error: ‘b’ was not declared in this scope
4 | bool g[a][b];
| ^
adjmatrix.cpp:8:18: error: ‘i’ was not declared in this scope
8 | for (int x = 0; i < n; i++) {
| ^
adjmatrix.cpp:8:22: error: ‘n’ was not declared in this scope
8 | for (int x = 0; i < n; i++) {
| ^
adjmatrix.cpp:9:19: error: ‘j’ was not declared in this scope
9 | for (int y = 0; j < n; j++) n[x][y] = -1;
| ^
adjmatrix.cpp:12:22: error: ‘e’ was not declared in this scope
12 | for (int i = 0; i < e; i++) {
| ^
adjmatrix.cpp:14:3: error: ‘g’ was not declared in this scope
14 | g[a][b] = W;
| ^
adjmatrix.cpp:14:13: error: ‘W’ was not d