Problem platonic2
User Alden
Submission Time 2025-06-19 09:23:32
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() {
| ~~~