What is the hardest simplest problem that you didn't solve?

Revision en1, by L_Drago_Destructor, 2023-07-20 22:42:24

Let me explain! My inspiration came from this problem https://codeforces.com/contest/1811/problem/E, during contest I wasn't able to solve this DIV3_E, but after seeing the solution I was amazed by how easy and beautiful it was.

Basically you have to convert the number in base 9 and map the corresponding digits.(here is my code: (https://codeforces.com/contest/1811/submission/201234595)

So of course now it seems relay easy, but at first for me, during contest, it wasn't like that at all.

I am sure you have encountered similar problems and I thought it might be interesting to share them.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English L_Drago_Destructor 2023-07-20 22:42:24 661 Initial revision (published)