Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

phantom11's blog

By phantom11, 13 years ago, In English

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.

  • Vote: I like it
  • -4
  • Vote: I do not like it

»
13 years ago, # |
  Vote: I like it +1 Vote: I do not like it
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 years ago, # |
  Vote: I like it +8 Vote: I do not like it
maybe this replacement helps:

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

->

import java.util.List;