Problem platonic2
User NikhilSiddharth67
Submission Time 2026-02-27 16:36:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic2.cpp: In function ‘int main()’:
platonic2.cpp:16:12: error: request for member ‘begin’ in ‘A’, which is of non-class type ‘long long int [N]’
16 | sort(A.begin(), A.end());
| ^~~~~
platonic2.cpp:16:23: error: request for member ‘end’ in ‘A’, which is of non-class type ‘long long int [N]’
16 | sort(A.begin(), A.end());
| ^~~