Problem | dyingpolynomial |
---|---|
User | miy |
Submission Time | 2023-03-10 15:23:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:17:16: error: ‘axxx’ was not declared in this scope
17 | while (axxx + bxx + cx < d) {
| ^~~~
dyingpolynomial.cpp:17:23: error: ‘bxx’ was not declared in this scope
17 | while (axxx + bxx + cx < d) {
| ^~~
dyingpolynomial.cpp:17:29: error: ‘cx’ was not declared in this scope; did you mean ‘x’?
17 | while (axxx + bxx + cx < d) {
| ^~
| x