Блог пользователя DaRealDevelopMaster

Автор DaRealDevelopMaster, история, 3 года назад, По-английски

I made a very hard problem my hard problem try it

  • Проголосовать: нравится
  • -28
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

Its so hard you can't even submit it

»
3 года назад, # |
  Проголосовать: нравится +16 Проголосовать: не нравится

That's why you need to reach some good rating to propose a contest/problems...

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

As a person who have solved much more stupid harder problem, like the problem A in this contest https://codeforces.com/contest/1510, I don't think this problem is anything hard. My implementation in C++ is only under 100 lines.

The only complain about this problem is that you should state that the operation should have done in floating point arithmetic. Reading your note I thought that every operations are done in integer and that costs me about 10 submissions. I think your note should have been more complex to avoid confusion, like $$$2 / 3 * 5 \approx 3.333333$$$ but the answer should be 3.

»
3 года назад, # |
  Проголосовать: нравится -6 Проголосовать: не нравится

I suggest you solve more problems first, improve your strength, and then propose problems...