Problem platonic9
User vadar2525
Submission Time 2026-01-09 08:41:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic9.cpp: In function ‘int main()’:
platonic9.cpp:10:8: error: ‘n’ was not declared in this scope
10 | int c[n];
| ^
platonic9.cpp:12:10: error: ‘c’ was not declared in this scope
12 | cin >> c[i];
| ^
platonic9.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
platonic9.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^