| Problem | dyingpolynomial |
|---|---|
| User | aiden |
| Submission Time | 2026-06-25 16:30:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp:4:18: error: ‘b’ has not been declared
4 | bool check(int a,b,c,d,k){
| ^
dyingpolynomial.cpp:4:20: error: ‘c’ has not been declared
4 | bool check(int a,b,c,d,k){
| ^
dyingpolynomial.cpp:4:22: error: ‘d’ has not been declared
4 | bool check(int a,b,c,d,k){
| ^
dyingpolynomial.cpp:4:24: error: ‘k’ has not been declared
4 | bool check(int a,b,c,d,k){
| ^
dyingpolynomial.cpp: In function ‘bool check(int, int, int, int, int)’:
dyingpolynomial.cpp:5:9: error: ‘x’ was not declared in this scope
5 | if(a * x * x * x + b * x * x + c* x >= d){
| ^
dyingpolynomial.cpp:5:21: error: ‘b’ was not declared in this scope
5 | if(a * x * x * x + b * x * x + c* x >= d){
| ^
dyingpolynomial.cpp:5:33: error: ‘c’ was not declared in this scope
5 | if