| Problem | platonic2 |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-02 21:04:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic2.cpp: In function ‘int main()’:
platonic2.cpp:10:5: error: ‘intA’ was not declared in this scope; did you mean ‘int’?
10 | intA[N];
| ^~~~
| int
platonic2.cpp:12:16: error: ‘A’ was not declared in this scope
12 | cin >> A[i];
| ^
platonic2.cpp:14:10: error: ‘A’ was not declared in this scope
14 | sort(A.begin(), A.end());
| ^