| Problem | platonic6 |
|---|---|
| User | andikawahyudi |
| Submission Time | 2026-09-11 11:00:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic6.cpp: In function ‘int main()’:
platonic6.cpp:8:5: error: expected ‘(’ before ‘m’
8 | if m > n {
| ^
| (
platonic6.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else {
| ^~~~
platonic6.cpp:12:2: error: expected ‘}’ at end of input
12 | }
| ^
platonic6.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^