Problem | ccs |
---|---|
User | Tqin |
Submission Time | 2024-02-22 22:29:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:31:9: error: expected primary-expression before ‘>’ token
31 | if(l=>a and l=<b){cout<<"NO"<<endl;}
| ^
ccs.cpp:31:18: error: expected primary-expression before ‘<’ token
31 | if(l=>a and l=<b){cout<<"NO"<<endl;}
| ^