Problem platonic
User Chalee
Submission Time 2025-06-19 09:49:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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:10:3: error: ‘else’ without a previous ‘if’
10 | }else if(b > (a or c)){
| ^~~~