Problem dyingpolynomial
User sh
Submission Time 2024-06-19 20:21:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:13:15: error: expected ‘(’ before ‘total’
13 | while total < d{
| ^~~~~
| (
dyingpolynomial.cpp:13:24: error: expected ‘)’ before ‘{’ token
13 | while total < d{
| ~~~~~ ^
| )