| Problem | platonic |
|---|---|
| User | Slayer |
| Submission Time | 2026-02-13 16:01:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:21:11: error: expected ‘(’ before ‘True’
21 | while True {
| ^~~~
| (
platonic.cpp:21:11: error: ‘True’ was not declared in this scope
21 | while True {
| ^~~~
platonic.cpp:21:15: error: expected ‘)’ before ‘{’ token
21 | while True {
| ~~~~^~
| )