Problem dyingpolynomial
User Henries
Submission Time 2024-10-06 23:05:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘void bin_search(std::vector<long long int>, long long int)’:
dyingpolynomial.cpp:18:16: error: expected ‘;’ before ‘ub’
18 | result = mid
| ^
| ;
19 | ub = mid - 1;
| ~~