Problem | ccs |
---|---|
User | Fuhrer101 |
Submission Time | 2023-11-14 14:17:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:27:26: error: expected ‘;’ before ‘if’
27 | it = s.lower_bound(a1)
| ^
| ;
28 |
29 | if (*it > a2 or it = s.end()){
| ~~
ccs.cpp:35:4: error: ‘else’ without a previous ‘if’
35 | else{
| ^~~~