Problem taxcollection
User TheInvadr
Submission Time 2024-12-28 22:08:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

taxcollection.cpp: In function ‘int main()’:
taxcollection.cpp:23:14: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘long long int [n]’
23 | sort(arr.begin(),arr.end());
| ^~~~~
taxcollection.cpp:23:26: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘long long int [n]’
23 | sort(arr.begin(),arr.end());
| ^~~