Problem dyingpolynomial
User WH8
Submission Time 2025-07-29 20:32:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp:5:7: error: invalid preprocessing directive #find
5 | # find the smallest x in [1..100005] such that a*x^3 + b*x^2 + c*x - d >= 0
| ^~~~
dyingpolynomial.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~