DaRealDevelopMaster's blog

By DaRealDevelopMaster, history, 2 years ago, In English

I made a very hard problem my hard problem try it

| Write comment?
»
2 years ago, # |
  Vote: I like it +10 Vote: I do not like it

Its so hard you can't even submit it

  • »
    »
    2 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Join his group, then register, then submit your code.

»
2 years ago, # |
  Vote: I like it +16 Vote: I do not like it

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

»
2 years ago, # |
  Vote: I like it 0 Vote: I do not like it

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.

»
2 years ago, # |
  Vote: I like it -6 Vote: I do not like it

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