Problem lengthsort
User jiazethesigma
Submission Time 2025-12-12 09:00:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp:4:2: error: expected initializer before ‘bool’
4 | bool skibidi=a.length()<b.length();
| ^~~~
lengthsort.cpp:5:2: error: expected unqualified-id before ‘return’
5 | return skibidi;
| ^~~~~~
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:14:13: error: ‘comp’ was not declared in this scope
14 | sort(x,x+n,comp);
| ^~~~