Problem | distribution |
---|---|
User | jeongwonho64 |
Submission Time | 2023-03-26 11:03:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
distribution.cpp: In function ‘void bfs2(int, int, int)’:
distribution.cpp:101:23: error: ‘sz’ was not declared in this scope
101 | for(int i = 0; i < sz(aans); i++){
| ^~
distribution.cpp:106:23: error: ‘sz’ was not declared in this scope
106 | for(int i = 0; i < sz(bans); i++){
| ^~
distribution.cpp: In function ‘int main()’:
distribution.cpp:121:2: error: ‘speed’ was not declared in this scope
121 | speed;
| ^~~~~