Problem | platonic |
---|---|
User | Chalee |
Submission Time | 2025-06-19 09:27:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:7:19: error: expected ‘;’ before ‘if’
7 | cin >> a >> b >> c
| ^
| ;
8 | if(a > (b or c)){
| ~~
platonic.cpp:11:1: error: ‘else’ without a previous ‘if’
11 | else if(b > (a or c)){
| ^~~~
platonic.cpp:12:11: error: expected ‘;’ before ‘}’ token
12 | cout << b}
| ^
| ;
platonic.cpp:14:11: error: expected ‘;’ before ‘}’ token
14 | cout << c}
| ^
| ;