| Problem | dyingpolynomial |
|---|---|
| User | Henries |
| Submission Time | 2024-10-06 23:05:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ~~