Problem | message |
---|---|
User | bz |
Submission Time | 2025-05-14 23:00:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basma.cpp: In function ‘std::vector<bool> receive_message(std::vector<std::vector<bool> >)’:
basma.cpp:10:17: error: ‘nxt’ was not declared in this scope
10 | nxt[i] = (i+j+1)%31;
| ^~~
basma.cpp:19:9: error: ‘cycle’ was not declared in this scope
19 | cycle = 1, endp = -1;
| ^~~~~
basma.cpp:19:20: error: ‘endp’ was not declared in this scope
19 | cycle = 1, endp = -1;
| ^~~~
basma.cpp:20:16: error: ‘vis’ was not declared in this scope
20 | memset(vis, false, sizeof(vis));
| ^~~
basma.cpp:22:9: error: ‘cycle_dfs’ was not declared in this scope
22 | cycle_dfs(i);
| ^~~~~~~~~
basma.cpp:30:23: error: ‘nxt’ was not declared in this scope
30 | cur = nxt[cur];
| ^~~