| Problem | platonic2 |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-09 20:48:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic2.cpp: In function ‘int main()’:
platonic2.cpp:14:12: error: request for member ‘begin’ in ‘A’, which is of non-class type ‘long long int [N]’
14 | sort(A.begin(), A.end());
| ^~~~~
platonic2.cpp:14:23: error: request for member ‘end’ in ‘A’, which is of non-class type ‘long long int [N]’
14 | sort(A.begin(), A.end());
| ^~~