finally....i get it.....
thank you very very much!!!!!!!!!
Search found 3 matches
- Sat Aug 17, 2002 3:56 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108667
- Fri Aug 09, 2002 3:14 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108667
Code: Select all
all example:
0: 1 2 3 4 5
2: 6 7 8 9 0
Code: Select all
move 8 onto 2
0: 1 2 8 3 4 5
2: 6 7 9 0
Code: Select all
move 8 over 2
0: 1 2 3 4 5 8
2: 6 7 9 0
Code: Select all
pile 8 onto 2
0: 1 2 8 9 0 3 4 5
2: 6 7
Code: Select all
pile 8 over 2
0: 1 2 3 4 5 8 9 0
2: 6 7
who can tell me?
- Sun Aug 04, 2002 11:20 am
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108667
p101....I don't know why i always get the "Wrong Answer
I think my code is correct
I have test my code with sample input
and i think the result is corredt,too!
but I always get the "Wrong Answer" from Online Judge
who can help me test my code and result?
input
10
move 9 onto 1
move 8 over 1
move 7 over 1
move 6 over 1
pile 8 over 6
pile 8 over 5
move ...
I have test my code with sample input
and i think the result is corredt,too!
but I always get the "Wrong Answer" from Online Judge
who can help me test my code and result?
input
10
move 9 onto 1
move 8 over 1
move 7 over 1
move 6 over 1
pile 8 over 6
pile 8 over 5
move ...