Problem platonic
User jcoder12345
Submission Time 2025-06-19 09:34:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic.cpp:16:2: error: stray ‘#’ in program
16 | }#include <bits/stdc++.h>
| ^
platonic.cpp:16:3: error: ‘include’ does not name a type
16 | }#include <bits/stdc++.h>
| ^~~~~~~
platonic.cpp:19:5: error: redefinition of ‘int main()’
19 | int main(){
| ^~~~
platonic.cpp:4:5: note: ‘int main()’ previously defined here
4 | int main(){
| ^~~~