Problem | platonic |
---|---|
User | Goatedrizzysigmaguy69420 |
Submission Time | 2025-06-19 09:30:28 |
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:10: error: expected primary-expression before ‘int’
10 | cout << int biggest << endl;
| ^~~
platonic.cpp:12:24: error: expected ‘;’ before ‘{’ token
12 | (a == b && b == c) {
| ^~
| ;