Problem collectmushrooms
User Dynonychus
Submission Time 2024-01-10 23:59:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms.cpp: In function ‘void fill(std::deque<long long int>, long long int)’:
collectmushrooms.cpp:19:38: error: no match for call to ‘(std::vector<std::vector<long long int> >) (long long int)’
19 | > deqq.at(sear(i + (1 << (j - 1))).at(j - 1)))
| ^
collectmushrooms.cpp: In function ‘int main()’:
collectmushrooms.cpp:55:12: error: ‘sync_withstdio’ is not a member of ‘std::ios_base’
55 | ios_base::sync_withstdio(false);
| ^~~~~~~~~~~~~~