tosivanmak's blog

By tosivanmak, history, 12 months ago, In English

After days of suffering, I am finally able to solve JOISC 2025 Fortune Telling 3. I find this problem very interesting, so I decided to write a blog to share the solutions. The following records my thought processes to the problem.

Solution

Full text and comments »

  • Vote: I like it
  • +124
  • Vote: I do not like it

By tosivanmak, history, 21 month(s) ago, In English

I came up with a quite slow solution for Educational Codeforces Round 168 Problem F at the last minute of the contest, and I was unable to implement it on time.

When I tried implementing the solution after the contest, it showed a time limit exceeded verdict on codeforces. 273604133

However, when I test the exact same code and same test on atcoder with the "Custom invocation", it shows that the code only runs in 2155 ms, which is much lower than that of the TL. Can anyone help me with this issue? Thanks.

Full text and comments »

  • Vote: I like it
  • +21
  • Vote: I do not like it