Problem | party_noi |
---|---|
User | ahrynn |
Submission Time | 2024-05-04 21:33:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
party_noi.cpp: In function ‘int main()’:
party_noi.cpp:20:12: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘long long int [n]’
20 | sort(a.begin(), a.end());
| ^~~~~
party_noi.cpp:20:23: error: request for member ‘end’ in ‘a’, which is of non-class type ‘long long int [n]’
20 | sort(a.begin(), a.end());
| ^~~