Problem | dyingpolynomial |
---|---|
User | MuhammadJana |
Submission Time | 2025-06-19 16:55:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:13:9: error: ‘ll’ was not declared in this scope
13 | ll A, B, C, D;
| ^~
dyingpolynomial.cpp:14:16: error: ‘A’ was not declared in this scope
14 | cin >> A >> B >> C >> D;
| ^
dyingpolynomial.cpp:14:21: error: ‘B’ was not declared in this scope
14 | cin >> A >> B >> C >> D;
| ^
dyingpolynomial.cpp:14:26: error: ‘C’ was not declared in this scope
14 | cin >> A >> B >> C >> D;
| ^
dyingpolynomial.cpp:14:31: error: ‘D’ was not declared in this scope
14 | cin >> A >> B >> C >> D;
| ^
dyingpolynomial.cpp:21:15: error: expected ‘;’ before ‘val’
21 | ll val = eval(A, B, C, mid);