Search found 4 matches

by hami
Mon Jun 23, 2014 7:56 pm
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 60348

Re: 116 Help me

thx
accepted

I wrote wrong one if
by hami
Sun Jun 22, 2014 6:33 pm
Forum: Volume 1 (100-199)
Topic: 116 - Unidirectional TSP
Replies: 226
Views: 60348

Re: 116 Help me

Hello, I tried every test case there, but my code still cannot pass import java.io.BufferedWriter; import java.io.IOException; import java.io.OutputStreamWriter; import java.util.Scanner; public class Main { private static Scanner sc = new Scanner(System.in); private static long maticeVstupu [][]; p...
by hami
Sat Apr 27, 2013 1:41 pm
Forum: Volume 101 (10100-10199)
Topic: 10199 - Tourist Guide
Replies: 57
Views: 38301

Re: 10199 - Tourist Guide

edit: I have changed output how you wrote, but validator still return WA import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintStream; //import java.util.Scanner; import java.util.Arrays; //City map #1: 1 camera(s) found public class Main { ...
by hami
Fri Apr 26, 2013 9:52 am
Forum: Volume 101 (10100-10199)
Topic: 10199 - Tourist Guide
Replies: 57
Views: 38301

Re: 10199 - Tourist Guide

Hello, I am problem with submittion of my code - WA. I have tried all of IO what has been written here and my program returned correct answer. Could anyone help me? It could be kind of confusing, because name of method, etc... is written in Czech import java.io.BufferedReader; import java.io.IOExcep...

Go to advanced search