Problem | platonic |
---|---|
User | Goatedrizzysigmaguy69420 |
Submission Time | 2025-06-19 09:37:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:9:8: error: expected ‘(’ before ‘biggest’
9 | if 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) {
| ^~
| ;