Problem | lengthsort |
---|---|
User | supercel980 |
Submission Time | 2024-07-29 10:55:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp:4:17: error: expected primary-expression before ‘<’ token
4 | bool comparator(<string> a, <string> b) {
| ^
lengthsort.cpp:4:24: error: expected primary-expression before ‘>’ token
4 | bool comparator(<string> a, <string> b) {
| ^
lengthsort.cpp:4:26: error: ‘a’ was not declared in this scope
4 | bool comparator(<string> a, <string> b) {
| ^
lengthsort.cpp:4:29: error: expected primary-expression before ‘<’ token
4 | bool comparator(<string> a, <string> b) {
| ^
lengthsort.cpp:4:36: error: expected primary-expression before ‘>’ token
4 | bool comparator(<string> a, <string> b) {
| ^
lengthsort.cpp:4:38: error: ‘b’ was not declared in this scope
4 | bool comparator(<string&