Problem platonic9
User aliceting2021
Submission Time 2026-04-18 09:46:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic9.cpp: In function ‘int main()’:
platonic9.cpp:26:5: error: expected ‘}’ at end of input
26 | }
| ^
platonic9.cpp:8:28: note: to match this ‘{’
8 | for (int i=0; i<n; i++){
| ^
platonic9.cpp:26:5: error: expected ‘}’ at end of input
26 | }
| ^
platonic9.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^