| Problem | lengthsort |
|---|---|
| User | caleb |
| Submission Time | 2024-05-15 17:27:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp:7:67: error: stray ‘\342’ in program
7 | bool comp(const pair<int, string>& a, const pair<int, string>& b){
| ^
lengthsort.cpp:7:68: error: stray ‘\200’ in program
7 | bool comp(const pair<int, string>& a, const pair<int, string>& b){
| ^
lengthsort.cpp:7:69: error: stray ‘\213’ in program
7 | bool comp(const pair<int, string>& a, const pair<int, string>& b){
| ^
lengthsort.cpp:11:2: error: stray ‘\342’ in program
11 | }
| ^
lengthsort.cpp:11:3: error: stray ‘\200’ in program
11 | }
| ^
lengthsort.cpp:11:4: error: stray ‘\213’ in program
11 | }
| ^