| Problem | shops |
|---|---|
| User | personjs |
| Submission Time | 2025-02-06 14:07:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
shops.cpp:6:1: error: expected ‘,’ or ‘;’ before ‘int’
6 | int col[MAXN], shortest[MAXN];
| ^~~
shops.cpp: In function ‘void dfs(int)’:
shops.cpp:12:13: error: ‘col’ was not declared in this scope; did you mean ‘cosl’?
12 | if (col[x]) continue;
| ^~~
| cosl
shops.cpp:13:9: error: ‘col’ was not declared in this scope; did you mean ‘cosl’?
13 | col[x] = 3 - col[u];
| ^~~
| cosl
shops.cpp: In function ‘int main()’:
shops.cpp:31:9: error: ‘shortest’ was not declared in this scope; did you mean ‘short’?
31 | shortest[i] = adj[i][0].second;
| ^~~~~~~~
| short
shops.cpp:34:14: error: ‘col’ was not declared in this scope; did you mean ‘cosl’?
34 | if (!col[i]) {
| ^~~
| cosl
shops.cpp:38:18: error: ‘col’ was not declared in this scope; did you mean ‘