Problem | adjmatrix |
---|---|
User | christal |
Submission Time | 2023-12-27 15:17:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
adjmatrix.cpp: In function βint main()β:
adjmatrix.cpp:7:19: error: array must be initialized with a brace-enclosed initializer
7 | bool g[55][55] = true;
| ^~~~
adjmatrix.cpp:17:30: error: a function-definition is not allowed here before β{β token
17 | void dfs(int curi, int curj) { // remember to set visited[starti][startj] = true before calling dfs(starti, startj);!
| ^