Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

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

Автор phantom11, 13 лет назад, По-английски

Hi there!!
I do not know hoe to implement the Dijksta so could not submit to 144D of codeforces round 103.
After that I took the help of somersault's code.
But my implemtation gives me a compilation error.Note that I have not written the full code.I just wanted to implement Dijkstra.Please help me.

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

»
13 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится
Give a link to your submission (click on the '#' near it). Codeforces uses AJAX and dynamic pages, so the link you gave just takes me to the 'Status' page.
»
13 лет назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится
maybe this replacement helps:

import com.sun.xml.internal.bind.v2.schemagen.xmlschema.List;

->

import java.util.List;