Search found 73 matches

by sjn
Tue Jun 19, 2007 3:06 am
Forum: Volume 112 (11200-11299)
Topic: 11229 - Improved tic-tac-toe.
Replies: 2
Views: 2221

11229 - Improved tic-tac-toe.

Any idea how to solve it?

or please just explain the case following:

50 50 50
50 50 50
50 50 50
50 50 50
50 50 50
50 50 50

47.46


thx in advance!
by sjn
Thu Jun 14, 2007 3:08 pm
Forum: Volume 112 (11200-11299)
Topic: 11226 - Reaching the fix-point.
Replies: 23
Views: 14575

ACed finally!
Very silly bug :oops:

thank you for all your helps! :wink:
by sjn
Thu Jun 14, 2007 4:25 am
Forum: Volume 112 (11200-11299)
Topic: 11226 - Reaching the fix-point.
Replies: 23
Views: 14575

Thanks Jan!

but then, any other tricky I/Os?
really have no idea why keeping WA :(
by sjn
Wed Jun 13, 2007 6:55 pm
Forum: Volume 112 (11200-11299)
Topic: 11226 - Reaching the fix-point.
Replies: 23
Views: 14575

can anybody check it for me?

Input:
49
2 10
11 20
90000 4560
489000 94561
334142 334142
334143 500000
2 334141
2 100000
100000 200000
200000 300000
300000 400000
400000 500000
2 100
100 200
200 300
300 400
400 500
500 600
600 700
700 800
800 900
900 1000
1000 1100
1100 1200
1200 1300
1300 1400 ...
by sjn
Tue Jun 12, 2007 11:28 am
Forum: Volume 112 (11200-11299)
Topic: 11226 - Reaching the fix-point.
Replies: 23
Views: 14575

keeping WA... :(
which number's sopf function value is 15?
by sjn
Tue Jun 12, 2007 10:42 am
Forum: Off topic (General chit-chat)
Topic: little joey what is your problem?????
Replies: 6
Views: 30878

by sjn
Thu May 24, 2007 7:06 pm
Forum: Volume 112 (11200-11299)
Topic: 11206 - Coloring the map, but not anyhow
Replies: 7
Views: 3986

I tried to solve the problem with brute force and got certainly TLE.
could anyone tell me how to optimize it or any other algorithm for this problem?

thx in advance
by sjn
Tue May 22, 2007 9:36 am
Forum: Volume 112 (11200-11299)
Topic: 11205 - The broken pedometer
Replies: 25
Views: 17525

mmonish wrote:yes.
That's the exact reason.
Thank you for your post, I should read the problem and your previous post carefully next time :oops:
by sjn
Mon May 21, 2007 5:58 pm
Forum: Volume 112 (11200-11299)
Topic: 11207 - The easiest way
Replies: 27
Views: 17332

think this what's the size for 32*8 and 32*9

hope this help
by sjn
Mon May 21, 2007 3:59 pm
Forum: Volume 112 (11200-11299)
Topic: 11205 - The broken pedometer
Replies: 25
Views: 17525

thank you for your test cases!

I really misunderstood the problem :(
by sjn
Mon May 21, 2007 11:14 am
Forum: Volume 112 (11200-11299)
Topic: 11205 - The broken pedometer
Replies: 25
Views: 17525

Can anyone give some critical test cases?
by sjn
Wed May 16, 2007 7:22 am
Forum: Volume 8 (800-899)
Topic: 837 - Light and Transparencies
Replies: 25
Views: 19690

I have ACed this problem by using linked list which is very easy to understand but cost 100+ coding lines.

could anyone show me how to code just with array or something else?
thx in advance!
by sjn
Thu May 03, 2007 4:35 am
Forum: Volume 5 (500-599)
Topic: 558 - Wormholes
Replies: 30
Views: 20971

what's wrong with the judge?

when i set INFINITY as "20000000" and got AC
when i set INFINITY as "2000000" and got WA

any suggestion?

So, there are values in the judge input for which your calculation result is greater than 2000000.

But the thing is that
1: the description of input says the ...
by sjn
Wed May 02, 2007 4:11 pm
Forum: Volume 5 (500-599)
Topic: 558 - Wormholes
Replies: 30
Views: 20971

what's wrong with the judge?

when i set INFINITY as "20000000" and got AC
when i set INFINITY as "2000000" and got WA

any suggestion?
by sjn
Mon Apr 30, 2007 10:12 am
Forum: Volume 5 (500-599)
Topic: 534 - Frogger
Replies: 41
Views: 23839

Can someone please look at my code and tell me what's wrong??
I've got BOUNDLESS WA !! :cry:
I think it's just an application of Floyd, so where's my wrong??
any comment is welcome !! Thanks in advance ~~
// Q534 Frogger
// select the minimum of longest jumps ~~ minimax

#include<iostream ...

Go to advanced search