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

Compile Error

distribution.cpp: In function ‘void bfs(int, int, int)’:
distribution.cpp:39:10: error: ‘sz’ was not declared in this scope
39 | cout<<sz(aans)<<endl;
| ^~
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(cnt);
|