Problem firstabc
User Daddy
Submission Time 2023-12-06 09:35:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:28:2: error: expected ‘}’ before ‘else’
28 | else{
| ^~~~
firstabc.cpp:26:20: note: to match this ‘{’
26 | }else if(b<a&&b<c){
| ^
firstabc.cpp:31:1: error: expected ‘}’ at end of input
31 | }
| ^
firstabc.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^