Problem | platonic2 |
---|---|
User | Alden |
Submission Time | 2025-06-19 09:23:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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() {
| ^