14.01.2013 Views

Soluciones y Explicación de los problemas ACM ... - ICPC Bolivia

Soluciones y Explicación de los problemas ACM ... - ICPC Bolivia

Soluciones y Explicación de los problemas ACM ... - ICPC Bolivia

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Explicaciones a <strong>los</strong> <strong>problemas</strong> South American Regionals 2008 12<br />

}<br />

grafo = new int[n][n];<br />

grafo2 = new int[n][n];<br />

dist = new int[n];<br />

dist2 = new int[n];<br />

Arrays.fill(dist,Integer.MAX_VALUE/3);<br />

Arrays.fill(dist2,Integer.MAX_VALUE/3);<br />

return true;<br />

static void process() throws IOException{<br />

for(int i =0;i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!