| Problem | platonic2 |
|---|---|
| User | NikhilSiddharth67 |
| Submission Time | 2026-02-27 16:38:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic2.cpp: In function ‘int main()’:
platonic2.cpp:14:18: error: ‘i’ was not declared in this scope
14 | cin >> A[i];
| ^
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());
| ^~~