| Problem | lengthsort |
|---|---|
| User | BigEd15 |
| Submission Time | 2025-04-29 13:01:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:7:32: error: a function-definition is not allowed here before ‘{’ token
7 | bool comp(string a, string b) {
| ^
lengthsort.cpp:32:1: error: expected ‘}’ at end of input
32 | }
| ^
lengthsort.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^