Problem | dyingpolynomial |
---|---|
User | Schoolpurposes |
Submission Time | 2025-01-31 12:26:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp:3:3: error: invalid preprocessing directive #Enable
3 | # Enable fast input and output
| ^~~~~~
dyingpolynomial.cpp:7:3: error: invalid preprocessing directive #Read
7 | # Read the number of polynomials
| ^~~~
dyingpolynomial.cpp:10:3: error: invalid preprocessing directive #Prepare
10 | # Prepare to collect results
| ^~~~~~~
dyingpolynomial.cpp:13:3: error: invalid preprocessing directive #Process
13 | # Process each polynomial
| ^~~~~~~
dyingpolynomial.cpp:15:7: error: invalid preprocessing directive #Read
15 | # Read the coefficients A, B, C, D for the i-th polynomial
| ^~~~
dyingpolynomial.cpp:18:7: error: invalid preprocessing directive #Perform; did you mean #error?
18 | # Perform binary search to find the smallest x such that the polynomial is >= 0
| ^~~~~~~
| error
dyingpolynomial.cpp:19:30: error: stray