Problem | distribution |
---|---|
User | jeongwonho64 |
Submission Time | 2023-03-26 11:00:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
distribution.cpp: In function ‘void bfs(int, int, int)’:
distribution.cpp:26:4: error: ‘vec’ was not declared in this scope
26 | vec<int> aans,bans;
| ^~~
distribution.cpp:26:8: error: expected primary-expression before ‘int’
26 | vec<int> aans,bans;
| ^~~
distribution.cpp:30:6: error: ‘aans’ was not declared in this scope
30 | aans.pb(cnt);
| ^~~~
distribution.cpp:33:6: error: ‘bans’ was not declared in this scope
33 | bans.pb(cnt);
| ^~~~
distribution.cpp:38:10: error: ‘aans’ was not declared in this scope
38 | if(sz(aans) == 0 || sz(bans) == 0) return;
| ^~~~
distribution.cpp:38:7: error: ‘sz’ was not declared in this scope
38 | if(sz(aans) == 0 || sz(bans) == 0) return;
| ^~
distribution.cpp:38:27: error: ‘bans’ was not declared in this scope
38 | if(sz(aans) == 0 || sz(bans) == 0) return;