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

Автор faboulusb, история, 5 часов назад, По-английски

I started with building the logic to solve the problem and figured that then I wrote the java code for the algorithm but I got the verdict as Time Limit exceeded on pretest 7 and then I tried the same algorithm with C++ and I got shocked by the verdict as it accepted the code without any error. This is somewhat unfair for the java developers . For smooth verification of my aligations I am giving both the submission I'D s . Java code — 278791943 C++ code — 278810043

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

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

SecondThread made a whole video talking about problems like this in java and why he's switching to kotlin

»
4 часа назад, # |
Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

C++ is much more faster than Java

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

Don't bring a knife to a gunfight.

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

yup I also faced the same issue, but don't know how this submission got AC 278851620, whereas this 278850729 is getting TLE

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

bro after seeing your profile i got to know that you are one of the person who does cheating in contest by seeing the skipped ... solutions.. that shows you cheated in contest ..

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

    for this query, let's not pay attention to whether this person cheats or not, but pay attention to solving the problem he is asking, or else people will focus more on that instead of finding out the solution to the java discrepancy.

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

Here you go — 278926956