Problem potatosalad
User shenshiqi
Submission Time 2025-02-12 16:22:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp:3:10: error: ‘a’ was not declared in this scope
3 | bool cmp(a, b){
| ^
potatosalad.cpp:3:13: error: ‘b’ was not declared in this scope
3 | bool cmp(a, b){
| ^
potatosalad.cpp:3:14: error: expression list treated as compound expression in initializer [-fpermissive]
3 | bool cmp(a, b){
| ^
potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:18:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
18 | sort(p, p+n, cmp);
| ^~~~
| qsort