Problem barbecue
User MegaG
Submission Time 2026-01-05 17:20:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

barbecue.cpp: In function ‘int main()’:
barbecue.cpp:26:9: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘long long int [n]’
26 | sort(v.begin(), v.end(), greater<int>());
| ^~~~~
barbecue.cpp:26:20: error: request for member ‘end’ in ‘v’, which is of non-class type ‘long long int [n]’
26 | sort(v.begin(), v.end(), greater<int>());
| ^~~