Problem | speakers |
---|---|
User | Batigol |
Submission Time | 2024-06-08 12:15:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
speakers.cpp: In function ‘int main()’:
speakers.cpp:23:16: error: expected ‘;’ before ‘if’
23 | l = a-b
| ^
| ;
24 | if(a+b>m){
| ~~
speakers.cpp:26:10: error: ‘else’ without a previous ‘if’
26 | }else{
| ^~~~