| Problem | platonic10 |
|---|---|
| User | clairexx |
| Submission Time | 2026-02-09 16:26:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic10.cpp: In function ‘int main()’:
platonic10.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> a;
| ^~~
platonic10.cpp:6:9: error: ‘cout’ was not declared in this scope
6 | cout << "Yes";
| ^~~~
platonic10.cpp:9:9: error: ‘cout’ was not declared in this scope
9 | cout << "No";
| ^~~~
platonic10.cpp: At global scope:
platonic10.cpp:16:1: error: expected declaration before ‘}’ token
16 | }
| ^