Problem platonic
User Goatedrizzysigmaguy69420
Submission Time 2025-06-19 09:32:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

platonic.cpp: In function ‘int main()’:
platonic.cpp:9:8: error: expected ‘(’ before ‘int’
9 | if int biggest = max(a, max(b, c));
| ^~~
| (
platonic.cpp:10:13: error: ‘biggest’ was not declared in this scope
10 | cout << biggest << endl;
| ^~~~~~~
platonic.cpp:12:6: error: ‘else’ without a previous ‘if’
12 | else (a == b && b == c) {
| ^~~~
platonic.cpp:12:29: error: expected ‘;’ before ‘{’ token
12 | else (a == b && b == c) {
| ^~
| ;