Problem potatosalad
User bobtan123
Submission Time 2023-11-12 10:54:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function β€˜int main()’:
potatosalad.cpp:9:29: error: expected primary-expression before β€˜)’ token
9 | sort(arr,arr+N,greater<int>);
| ^