Search found 6 matches

by buiutripa
Mon Feb 11, 2013 10:06 pm
Forum: Volume 1 (100-199)
Topic: 140 - Bandwidth
Replies: 49
Views: 14107

Re: 140 - bandwith

Does anyone still use this forum? My code passes in all the test case of this thread, but gets WA. Can anyone identify the wrong part of my code? Or provide a test case in wich it's wrong? #include <cstdio> #include <cstring> #define max 9 #define char_ini 'A' char s[max*max*max]; bool g[max][max], ...
by buiutripa
Sun May 23, 2010 7:07 am
Forum: Volume 116 (11600-11699)
Topic: 11693 - Speedy Escape
Replies: 7
Views: 4286

Re: 11693 - Speedy Escape

what's is wrong with this code? i tested for this test case: 5 4 3 1 1 2 10 2 3 30 2 4 40 1 4 3 3 2 1 1 2 100 3 2 3 2 1 3 3 2 1 1 2 7 2 3 8 1 3 2 3 2 1 1 2 7 2 3 8 1 2 3 4 4 2 1 4 1 1 3 4 3 4 10 2 3 30 1 2 3 4 and my output: 213.3333333 5333.3333333 IMPOSSIBLE 74.6666667 137.1428571 #include <iostre...
by buiutripa
Mon Dec 14, 2009 3:19 am
Forum: Volume 101 (10100-10199)
Topic: 10191 - Longest Nap
Replies: 75
Views: 40166

Re: 10191 - Longest Nap

What's are wrong in my code? http://pastebin.com/m6ef06f5c I tested all input/output of this topic and don't has difference between my and yours. I tested many especial cases, but my code output correctly, anyone give a input with my code not make the correct output? Thankz in advance :) #include <i...
by buiutripa
Fri Dec 11, 2009 6:42 am
Forum: Volume 8 (800-899)
Topic: 850 - Crypt Kicker II
Replies: 77
Views: 47061

Re: 850 - Crypt Kicker II

This is my code. I tested all inputs of this topic and all ok, but still WA What is wrong with it? #include <iostream> #include <map> #include <iterator> #include <cstdlib> using namespace std; int padrao[43] = {1,2,3,4,5,6,7,8,9,4,10,11,12,13,14,4,15,12,16,4,17,6,18,19,20,4,12,21,3,11,4,1,2,3,4,22,...
by buiutripa
Wed Oct 21, 2009 6:45 am
Forum: Bugs and suggestions
Topic: topic about c++
Replies: 0
Views: 1343

topic about c++

I try enter in the topic about c++ (link http://online-judge.uva.es/board/viewforum.php?f=14) but my broswer (firefox in ubuntu) doesn't succeed. It is happened just for me or with you too?
by buiutripa
Wed Oct 21, 2009 1:48 am
Forum: Volume 104 (10400-10499)
Topic: 10440 - Ferry Loading II
Replies: 10
Views: 8887

Re: 10440 - Ferry Loading II

anyone can help me to undertand this input/output:

in:

3
3 5 5
1 2 3 4
2 5 5
1 2 3 4
1 5 5
1 2 3 4

out:

17 2
7 1
9 1


thanks in advance! :)

Go to advanced search