Problem platonic2
User Alden
Submission Time 2025-06-19 09:23:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic2.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main() {
| ~~~
platonic2.cpp: In function ‘int main()’:
platonic2.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘int’
5 | int N=2
| ^~~
platonic2.cpp:5:8: error: expected ‘}’ at end of input
5 | int N=2
| ^
platonic2.cpp:3:13: note: to match this ‘{’
3 | int main() {
| ^