Problem | dyingpolynomial |
---|---|
User | CXKNB |
Submission Time | 2024-06-19 10:15:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:8:19: error: expected unqualified-id before ‘;’ token
8 | int a,b,c,;cin >> a >> b >> c ;
| ^
dyingpolynomial.cpp:9:30: error: expected ‘;’ before ‘for’
9 | long long d; cin >> d
| ^
| ;
10 | for(int i=0;i<100000;++i){
| ~~~
dyingpolynomial.cpp:10:33: error: expected ‘;’ before ‘)’ token
10 | for(int i=0;i<100000;++i){
| ^
| ;