Problem | snowball |
---|---|
User | Abi |
Submission Time | 2024-07-29 16:31:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snowball.cpp: In function ‘bool comparator(int, int)’:
snowball.cpp:5:11: error: request for member ‘size’ in ‘p’, which is of non-class type ‘int’
5 | return p.size() > q.size();
| ^~~~
snowball.cpp:5:22: error: request for member ‘size’ in ‘q’, which is of non-class type ‘int’
5 | return p.size() > q.size();
| ^~~~
snowball.cpp: In function ‘int main()’:
snowball.cpp:18:27: error: expected primary-expression before ‘bool’
18 | sort(V.begin(), V.end(), bool);
| ^~~~