| Problem | zanesletters | 
|---|---|
| User | JoshJuice | 
| Submission Time | 2025-06-05 00:32:58 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 zanesletters.cpp: In function ‘int main()’:
zanesletters.cpp:15:7: error: ‘i’ was not declared in this scope
   15 |   REP(i, n) {
      |       ^
zanesletters.cpp:15:3: error: ‘REP’ was not declared in this scope
   15 |   REP(i, n) {
      |   ^~~
zanesletters.cpp:24:10: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
   24 |     it = cnt.upper_bound(it->first);
      |          ^~~
      |          int