Problem firstabc
User back2square1
Submission Time 2023-12-06 17:03:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:13:2: error: ‘else’ without a previous ‘if’
13 | else cout << max(a,max(b,c)) << '\n';
| ^~~~