| Problem | ccs |
|---|---|
| User | VNHbest |
| Submission Time | 2024-05-07 16:25:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:25:35: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
25 | if (it >= a, && it <= b) {
| ^
ccs.cpp:25:29: error: label ‘it’ used but not defined
25 | if (it >= a, && it <= b) {
| ^~