| Problem | platonic |
|---|---|
| User | siglaptomarymount |
| Submission Time | 2026-03-01 16:41:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:19:20: error: expected ‘;’ before ‘}’ token
19 | ans = max(ans, x)
| ^
| ;
20 | }
| ~