Problem | burgers |
---|---|
User | Tyx2019 |
Submission Time | 2023-04-21 13:32:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
burgers.cpp: In function ‘bool works(long long int)’:
burgers.cpp:17:3: error: expected ‘,’ or ‘;’ before ‘if’
17 | if(A[i]>B[i]) lessthan=min(lessthan,y);
| ^~
burgers.cpp:18:3: error: ‘else’ without a previous ‘if’
18 | else morethan=max(morethan,x);
| ^~~~