Problem | ccs |
---|---|
User | tyjun |
Submission Time | 2023-11-28 19:26:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘void transmit(std::set<long long int>&, long long int, long long int)’:
ccs.cpp:7:30: error: ‘it’ was not declared in this scope; did you mean ‘int’?
7 | for (int expected = trans1; it != s.end() && expected <= trans2; ++it, ++expected) {
| ^~
| int