Problem | dyingpolynomial |
---|---|
User | anna15 |
Submission Time | 2024-05-18 11:34:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:9:3: error: ‘ll’ was not declared in this scope
9 | ll a,b,c,d;
| ^~
dyingpolynomial.cpp:10:8: error: ‘a’ was not declared in this scope
10 | cin>>a>>b>>c>>d;
| ^
dyingpolynomial.cpp:10:11: error: ‘b’ was not declared in this scope
10 | cin>>a>>b>>c>>d;
| ^
dyingpolynomial.cpp:10:14: error: ‘c’ was not declared in this scope
10 | cin>>a>>b>>c>>d;
| ^
dyingpolynomial.cpp:10:17: error: ‘d’ was not declared in this scope
10 | cin>>a>>b>>c>>d;
| ^
dyingpolynomial.cpp:12:5: error: expected ‘;’ before ‘lo’
12 | ll lo=1,hi=100000,mid;
| ^~~
| ;
dyingpolynomial.cpp:13:9: error: ‘lo’ was not declared in this scope; did you mean ‘log’?
13 | w