Problem | queuecutting |
---|---|
User | ToiletBrIcker |
Submission Time | 2024-06-21 13:49:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
queuecutting.cpp: In function ‘int main()’:
queuecutting.cpp:25:4: error: ‘C’ was not declared in this scope
25 | C = count(cut.begin(),cut.end(),ID);
| ^
queuecutting.cpp:27:13: error: cannot convert ‘std::_Deque_iterator<int, int&, int*>’ to ‘long long int’ in assignment
27 | X = find(jj.begin(),jj.end(),ID);
| ~~~~^~~~~~~~~~~~~~~~~~~~~~~~
| |
| std::_Deque_iterator<int, int&, int*>