Problem | cakerun |
---|---|
User | Batigol |
Submission Time | 2025-01-30 01:06:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cakerun.cpp: In function ‘int main()’:
cakerun.cpp:35:36: error: ‘const struct std::pair<long long int, long long int>’ has no member named ‘l’
35 | if(it!=m[c].end()&&it->l<=r) res = it->l+1;
| ^
cakerun.cpp:35:52: error: ‘const struct std::pair<long long int, long long int>’ has no member named ‘l’
35 | if(it!=m[c].end()&&it->l<=r) res = it->l+1;
| ^
cakerun.cpp:37:20: error: ‘const struct std::pair<long long int, long long int>’ has no member named ‘r’
37 | if(it->r>=l){
| ^