| Problem | platonic5 |
|---|---|
| User | MokSiewQi |
| Submission Time | 2025-06-19 13:37:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:9:20: error: expected ‘;’ before ‘}’ token
9 | cin >> p[i]
| ^
| ;
10 | }
| ~
platonic5.cpp:12:5: error: expected ‘,’ or ‘;’ before ‘ans’
12 | ans += abs(p[0]-1);
| ^~~