Problem | lengthsort |
---|---|
User | vadar2525 |
Submission Time | 2025-08-01 11:10:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:13:11: error: request for member ‘length’ in ‘a[i]’, which is of non-class type ‘long long int’
13 | if(a[i].length() > s){
| ^~~~~~
lengthsort.cpp:14:13: error: request for member ‘length’ in ‘a[i]’, which is of non-class type ‘long long int’
14 | s = a[i].length();
| ^~~~~~