| Problem | bacteria |
|---|---|
| User | popperoni |
| Submission Time | 2026-08-21 13:30:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bacteria.cpp: In function ‘int32_t main()’:
bacteria.cpp:103:42: error: expected ‘;’ before ‘auto’
103 | ll l,r,k;l=input();r=input();k=input()
| ^
| ;
104 | auto cur=active.lower_bound(l);
| ~~~~
bacteria.cpp:106:10: error: ‘cur’ was not declared in this scope
106 | while(cur != active.end() and *cur <= r){
| ^~~