| Problem | platonic10 |
|---|---|
| User | CalebKow |
| Submission Time | 2026-02-13 11:34:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic10.cpp: In function ‘int main()’:
platonic10.cpp:9:13: error: expected ‘;’ before ‘long’
9 | cout.tie(0)
| ^
| ;
platonic10.cpp:11:14: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
11 | int n; cin>>n;
| ^
| yn
platonic10.cpp:14:2: error: expected ‘}’ before ‘else’
14 | else {
| ^~~~
platonic10.cpp:12:12: note: to match this ‘{’
12 | if (n>=5) {
| ^