| Problem | platonic10 |
|---|---|
| User | KingH |
| Submission Time | 2026-02-09 16:14:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic10.cpp: In function ‘int main()’:
platonic10.cpp:6:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
6 | if (x[-1] == "0"){
| ^~~
platonic10.cpp:9:7: error: expected primary-expression before ‘)’ token
9 | else(){
| ^
platonic10.cpp:10:15: error: expected ‘}’ at end of input
10 | cout << "No";
| ^
platonic10.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^