Problem | dyingpolynomial |
---|---|
User | Dylan |
Submission Time | 2025-06-19 16:59:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:26:27: error: expected ‘)’ at end of input
26 | if (evaluate(A
| ~~^
| )
dyingpolynomial.cpp:26:27: error: expected ‘)’ at end of input
26 | if (evaluate(A
| ~ ~^
| )
dyingpolynomial.cpp:26:26: error: expected statement at end of input
26 | if (evaluate(A
| ^
dyingpolynomial.cpp:26:26: error: expected ‘}’ at end of input
dyingpolynomial.cpp:24:29: note: to match this ‘{’
24 | while (low <= high) {
| ^
dyingpolynomial.cpp:26:26: error: expected ‘}’ at end of input
26 | if (evaluate(A
| ^
dyingpolynomial.cpp:19:33: note: to match this ‘{’
19 | for (int i = 0; i < Q;