| Problem | lengthsort |
|---|---|
| User | tonk |
| Submission Time | 2025-12-20 11:51:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp:7:10: error: ‘a’ was not declared in this scope
7 | bool yes(a, b){
| ^
lengthsort.cpp:7:13: error: ‘b’ was not declared in this scope
7 | bool yes(a, b){
| ^
lengthsort.cpp:7:14: error: expression list treated as compound expression in initializer [-fpermissive]
7 | bool yes(a, b){
| ^
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:16:16: error: no matching function for call to ‘std::vector<std::__cxx11::basic_string<char> >::resize(std::string&)’
16 | words.resize(n);
| ^
In file included from /usr/include/c++/9/vector:67,
from /usr/include/c++/9/functional:62,
from /usr/include/c++/9/pstl/glue_algorithm_defs.h:13,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from lengthso