Hello all,
As you might have already known, there is an issue with the problem 2241G - Сумматоха from Codeforces Round 1107 (Div. 3). The model solution was written in c++ and uses long long whereas the final answer can exceed long long limit and will not fit in it. This can cause an overflow.
The model solution has been fixed now. In case your solution passed pre tests, there is a very high chance it might fail system tests after the hacking phase. This is because the pre tests were weak in the sense that they didn't contain any case where final answer overflows. Only few official participants will be affected from this.
I would like to thank gerasikoff for pointing out this issue.
Finally, I would like to sincerely apologise for the mistake that has been done. I have overlooked the possibility of overflowing and it was not pointed out in testing as well. Again, sorry for the inconvenience caused.








)

