| Problem | sort |
|---|---|
| User | ZivTheONe |
| Submission Time | 2025-05-30 12:12:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sort.cpp: In member function ‘void Solution::coin()’:
sort.cpp:26:14: error: base operand of ‘->’ has non-pointer type ‘std::pair<int, std::__cxx11::basic_string<char> >’
26 | cout << i -> second << ' ';
| ^~