Problem platonic10
User KingH
Submission Time 2026-02-09 16:22:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic10.cpp: In function ‘int main()’:
platonic10.cpp:11:2: error: expected ‘,’ or ‘;’ before ‘if’
11 | if (s[s.length()-1] == "0"){
| ^~
platonic10.cpp:14:2: error: ‘else’ without a previous ‘if’
14 | else {
| ^~~~