Problem duckwar
User Ywq06
Submission Time 2023-01-05 11:55:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckwar.cpp: In function ‘int32_t main()’:
duckwar.cpp:19:19: error: expected ‘;’ before ‘total2’
19 | total2=(t-mid2)
| ^
| ;
20 | total2*=(mid2*u+k);
| ~~~~~~
duckwar.cpp:28:19: error: expected ‘;’ before ‘total2’
28 | total2=(t-(i+1))
| ^
| ;
29 | total2*=((i+1)*u+k);
| ~~~~~~