Problem dyingpolynomial
User chlochlocrunch
Submission Time 2023-03-10 15:23:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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