Problem distribution
User jeongwonho64
Submission Time 2023-03-26 11:02:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

distribution.cpp: In function ‘void bfs(int, int, int)’:
distribution.cpp:40:23: error: ‘sz’ was not declared in this scope
40 | for(int i = 0; i < sz(aans); i++){
| ^~
distribution.cpp: In function ‘void bfs2(int, int, int)’:
distribution.cpp:72:4: error: ‘vec’ was not declared in this scope
72 | vec<int> aans,bans;
| ^~~
distribution.cpp:72:8: error: expected primary-expression before ‘int’
72 | vec<int> aans,bans;
| ^~~
distribution.cpp:76:6: error: ‘aans’ was not declared in this scope
76 | aans.pb(cnt);
| ^~~~
distribution.cpp:80:6: error: ‘bans’ was not declared in this scope
80 | bans.pb(cnt);
| ^~~~
distribution.cpp:89:6: error: ‘aans’ was not declared in this scope
89 | aans.pb(cnt);
| ^~~~
distribution.cpp:93:6: error: ‘bans’ was not declared in this scope
93 | bans.pb