Dide's blog

By Dide, history, 23 months ago, In English

Hey Codeforces and friends! I ran into a problem with one of the recent challenges. the submission: https://mirror.codeforces.com/contest/1693/submission/263004780. I would really appreciate some help in figuring it out. Also, please excuse my poor English! seems no one is answering LMAO

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

| Write comment?
»
23 months ago, hide # |
 
Vote: I like it +10 Vote: I do not like it

bruh!! go solve some problems your level my friend(just kidding). I think the issue is in the dijkstra implementation bcs it uses O(N^2) , i am not sure but this might be the issue