Problem | platonic2 |
---|---|
User | Alden |
Submission Time | 2025-06-19 09:23:21 |
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:6:9: error: expected ‘}’ at end of input
6 | int N=2;
| ^
platonic2.cpp:3:13: note: to match this ‘{’
3 | int main() {
| ^