Problem | sort |
---|---|
User | asruby |
Submission Time | 2023-12-06 16:04:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘bool myCmp(std::string, std::string)’:
sort.cpp:15:16: error: a function-definition is not allowed here before ‘{’ token
15 | int32_t main() {
| ^
sort.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
sort.cpp:5:1: note: to match this ‘{’
5 | {
| ^