ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1283. Dwarf

No tests when commission rate = 100?
Posted by v3n1v1c11v1c1 1 Dec 2024 23:40
My two programs produce different results when initial gold > bad gold and commission rate is 100.

1. 10816824
2. 10816938
Re: No tests when commission rate = 100?
Posted by Vladimir Yakovlev (USU) 22 Jan 2025 04:44
In fact, the commission rate is never 100 in the tests. I changed the problem statements to reflect that.

I decided not to add such tests because it would affect a significant number of accepted solutions with a particular algorithm where this matters, while the solutions using other algorithms would stay unaffected.