| Problem | lengthsort | 
|---|---|
| User | Cat | 
| Submission Time | 2025-03-05 16:40:18 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 lengthsort.cpp:5:1: error: declaration does not declare anything [-fpermissive]
    5 | pair<int,string>;
      | ^~~~~~~~~~~~~~~~
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:9:16: error: ‘arr’ was not declared in this scope
    9 |         cin >> arr[i].first >> arr[i].second;
      |                ^~~
lengthsort.cpp:11:10: error: ‘arr’ was not declared in this scope
   11 |     sort(arr,arr+n);
      |          ^~~