| Problem | platonic3 |
|---|---|
| User | Hatrix |
| Submission Time | 2026-02-27 16:54:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic3.cpp: In function ‘int main()’:
platonic3.cpp:8:6: error: conflicting declaration ‘long long int A [N]’
8 | int A[N];
| ^
platonic3.cpp:6:9: note: previous declaration as ‘long long int A’
6 | int N, A;
| ^
platonic3.cpp:10:13: error: ‘i’ was not declared in this scope
10 | cout << A[i];
| ^