Problem potatosalad
User aiden
Submission Time 2026-06-17 17:07:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:11:12: error: expected ‘)’ before ‘;’ token
11 | sort(a,a+n;greater<int>());
| ~ ^
| )
potatosalad.cpp:11:27: error: expected ‘;’ before ‘)’ token
11 | sort(a,a+n;greater<int>());
| ^
| ;