Problem potatosalad
User Cat
Submission Time 2025-04-16 16:08:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function β€˜int main()’:
potatosalad.cpp:11:32: error: expected primary-expression before β€˜)’ token
11 | sort(a, a + n, greater<int>);
| ^