Problem | adjmatrix |
---|---|
User | christal |
Submission Time | 2023-12-27 15:22:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function ‘int main()’:
adjmatrix.cpp:18:9: error: expected primary-expression before ‘int’
18 | dfs(int curi, int curj) {
| ^~~
adjmatrix.cpp:18:19: error: expected primary-expression before ‘int’
18 | dfs(int curi, int curj) {
| ^~~
adjmatrix.cpp:18:5: error: ‘dfs’ was not declared in this scope; did you mean ‘ffs’?
18 | dfs(int curi, int curj) {
| ^~~
| ffs