Problem | dyingpolynomial |
---|---|
User | Mimikyu |
Submission Time | 2024-05-18 11:32:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘void poly(long long int, long long int, long long int, long long int)’:
dyingpolynomial.cpp:8:29: error: ‘apow’ was not declared in this scope; did you mean ‘pow’?
8 | long long val = coe(apow(coe, 2)+b*coe+c);
| ^~~~
| pow
dyingpolynomial.cpp:8:49: error: ‘coe’ cannot be used as a function
8 | long long val = coe(apow(coe, 2)+b*coe+c);
| ^