Problem platonic9
User MistyMoon
Submission Time 2026-04-18 10:47:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic9.cpp: In function ‘int main()’:
platonic9.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
platonic9.cpp:7:21: note: to match this ‘{’
7 | for(int i=0;i<n;i++){
| ^
platonic9.cpp:23:1: error: expected ‘}’ at end of input
23 | }
| ^
platonic9.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^