Problem platonic3
User Hatrix
Submission Time 2026-03-02 14:20:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic3.cpp: In function ‘int main()’:
platonic3.cpp:10:11: error: ‘A’ was not declared in this scope
10 | cout << A[i];
| ^
platonic3.cpp:10:13: error: ‘i’ was not declared in this scope
10 | cout << A[i];
| ^
platonic3.cpp:12:10: error: ‘A’ was not declared in this scope
12 | cout << A[N-1];
| ^