| Problem | dyingpolynomial |
|---|---|
| User | yuxiangt |
| Submission Time | 2026-02-15 16:09:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp:9:2: error: ‘voic’ does not name a type; did you mean ‘void’?
9 | voic bi_search(int a,b,c,d){
| ^~~~
| void
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:40:9: error: ‘bi_search’ was not declared in this scope; did you mean ‘bsearch’?
40 | cout<<bi_search(A,B,C,D)<<"\n";
| ^~~~~~~~~
| bsearch
dyingpolynomial.cpp:44:1: error: expected ‘}’ at end of input
44 | }
| ^
dyingpolynomial.cpp:31:12: note: to match this ‘{’
31 | int main() {
| ^