Problem | routers |
---|---|
User | Hijackedsoul |
Submission Time | 2024-09-23 14:13:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
routers.cpp: In function ‘int32_t main()’:
routers.cpp:20:3: error: ‘ll’ was not declared in this scope
20 | ll maxx = uncovered;
| ^~
routers.cpp:23:4: error: ‘maxx’ was not declared in this scope
23 | maxx = max(maxx, arr[ind].second);
| ^~~~
routers.cpp:26:6: error: ‘maxx’ was not declared in this scope
26 | if(maxx == uncovered){
| ^~~~
routers.cpp:30:13: error: ‘maxx’ was not declared in this scope
30 | uncovered=maxx;
| ^~~~