| Problem | dyingpolynomial |
|---|---|
| User | AustinPi |
| Submission Time | 2024-05-18 11:46:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:20:25: error: expected ‘;’ before ‘}’ token
20 | cout << low << "\n"
| ^
| ;
21 | }
| ~