Problem platonic4
User Kieran69
Submission Time 2026-03-02 17:06:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic4.cpp: In function ‘int mained()’:
platonic4.cpp:8:37: error: expected ‘;’ before ‘cin’
8 | ios_base::sync_with_stdio(false)
| ^
| ;
9 | cin.tie(0);
| ~~~