Search found 136 matches

by windows2k
Sun Sep 23, 2007 4:54 am
Forum: Volume 112 (11200-11299)
Topic: 11284 - Shopping Trip
Replies: 32
Views: 17993

Jan wrote:What to do now? Should I report it in Bugs and suggestions?
I get WA all the tiime.
And I passed the input/output above.
Could someone give more tricky input/output?
Thanks in advance
by windows2k
Thu Jul 19, 2007 1:48 am
Forum: Volume 111 (11100-11199)
Topic: 11177 - Fighting Against a Polygonal Monster
Replies: 15
Views: 9573

Sorry for my mistake. I generate inproper data. And the output should be useless. Could you give the output for me? 7 231.18 12.00 0.00 8.73 10.95 -2.89 12.67 -11.71 5.64 -8.11 -3.90 -2.89 -12.67 8.73 -10.95 7 190.45 9.00 0.00 4.99 6.25 -3.12 13.65 -12.61 6.07 -7.21 -3.47 -2.23 -9.75 5.61 -7.04 6 13...
by windows2k
Thu Jul 12, 2007 5:54 pm
Forum: Volume 111 (11100-11199)
Topic: 11177 - Fighting Against a Polygonal Monster
Replies: 15
Views: 9573

I have passed the input and output in the board. But I still get WA. I thought it is a rounding problem. Could someone give me some tricky input and output? Thanks in advance. Could someone give the output for these input? 5 4362.18 -94.26 11.90 -36.45 -50.16 -6.41 -101.80 50.64 -63.22 92.33 -17.62...
by windows2k
Mon Jun 18, 2007 10:14 am
Forum: Volume 110 (11000-11099)
Topic: 11007 - Mini Cube
Replies: 11
Views: 8751

Again, we can assume b[0]=0 by choosing a suitable definition of the reference direction and reference faces. We can show that each quarter term preserves the sum of the b mod 3, therefore we only need to store 6 of the values of b , then b[7] could be computed from the rest. The b can be encoded i...
by windows2k
Sun Jun 17, 2007 3:57 am
Forum: Volume 111 (11100-11199)
Topic: 11177 - Fighting Against a Polygonal Monster
Replies: 15
Views: 9573

I have passed the input and output in the board.
But I still get WA. I thought it is a rounding problem.
Could someone give me some tricky input and output?
Thanks in advance.
by windows2k
Sat Jun 02, 2007 2:21 pm
Forum: Volume 111 (11100-11199)
Topic: 11177 - Fighting Against a Polygonal Monster
Replies: 15
Views: 9573

I am sorry. Yes, the correct answer is 5.43. I had errors with floating point comparison in my previous AC code. Thanks to Little Joey for helping me finding my mistake. Now, my AC code gives 5.43. However, I don't know how my previous code got AC. Sorry again for the confusion. I admit, the test c...
by windows2k
Mon May 14, 2007 2:15 pm
Forum: Volume 110 (11000-11099)
Topic: 11087 - Divisibility Testing
Replies: 36
Views: 21290

Stummer wrote: I used that method and got WA :cry:
Please, help!
Your program fails on the input

Code: Select all

1
2 16
4 4
Hope it helps :)
by windows2k
Sun May 06, 2007 7:54 am
Forum: Volume 111 (11100-11199)
Topic: 11175 - From D to E and Back
Replies: 18
Views: 10332

Could someone give me more test input /output?
I got WA all the time.
Thx in advance.
by windows2k
Sun Apr 29, 2007 4:17 am
Forum: Volume 110 (11000-11099)
Topic: 11080 - Place the Guards
Replies: 40
Views: 16454

Re: Help!

max_zd wrote:

Code: Select all


			if(! check())
			{
				printf("-1"); return ;
			}
You should modifiy printf("-1") to printf("-1\n")
THis works
by windows2k
Sun Mar 25, 2007 9:55 am
Forum: Volume 111 (11100-11199)
Topic: 11187 - Water Crisis
Replies: 12
Views: 6889

Hello.
I tried to solve the problem with the thought mentioned above.
But get wa all the time.
Could someone give some input/output for me?
Thanks
by windows2k
Wed Mar 14, 2007 4:34 pm
Forum: Volume 111 (11100-11199)
Topic: 11193 - Infinix
Replies: 10
Views: 4436

[quote="rio"]Getting many WA.. Could someone verify my I/O?
Input:

Code: Select all

1 2 3 4
Output:

Code: Select all

14
[quote]
Could someone explain why ths answer is 14.
Thx anyway
by windows2k
Sat Feb 24, 2007 5:02 am
Forum: Volume 100 (10000-10099)
Topic: 10011 - Where Can You Hide?
Replies: 58
Views: 17901

Hi, I've got several WA for this problem. I pass all the I/O I found in this forum and maybe it's just a precision error... Can someone give me the correct output for this random input? http://www.ecomp.furg.br/~tgoulart/input.txt Hello, I got WA all the time. I thought my algorithm is right. Maybe...
by windows2k
Tue Jun 27, 2006 10:16 am
Forum: Volume 110 (11000-11099)
Topic: 11031 - Looking for a Subset
Replies: 24
Views: 20640

Hello, I tried to use LDS algorithm to solve the problem.
And I have passed all the input/output in the board.
I handled negative inputs and duplicate values, but still get WA.
Could someone give me more tricky input/output? Thx
by windows2k
Sat Jun 24, 2006 4:40 pm
Forum: Volume 110 (11000-11099)
Topic: 11028 - Sum of Product
Replies: 24
Views: 14560

lovemagic wrote: the net says a sequence.to tough to imagine!!!!!!!(for me) :(
Hello, every body.
I don't know how to solve the problem.
How should I find the related resource to solve the problem?
Thx
by windows2k
Thu Jun 01, 2006 3:44 am
Forum: Volume 110 (11000-11099)
Topic: 11006 - Wheel Good
Replies: 12
Views: 6229

tobby wrote: Hint: greedy. :D
I don't have any thought how to greedy.
Could you give more hints?

Go to advanced search