Problem | dyingpolynomial |
---|---|
User | AustinPi |
Submission Time | 2024-05-18 11:25:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:13:26: error: invalid type argument of unary ‘*’ (have ‘ll’ {aka ‘long long int’})
13 | if (a*test*test*test+*test*test+c*test>=d) {
| ^~~~
dyingpolynomial.cpp:14:10: error: ‘mid’ was not declared in this scope
14 | high=mid;
| ^~~