Search found 3 matches

by blank3
Tue Feb 22, 2005 4:41 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108740

teni_teni wrote:
i seem not to understand this problem correctly.
Hope this helps:
http://online-judge.uva.es/board/viewto ... hlight=101
I got AC! Thank you for your assistance!

Wish you all a lovely day, Blaz.
by blank3
Sun Feb 20, 2005 11:52 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 108740

#101 WA

Hi ppl, i seem not to understand this problem correctly. I can't produce the following output from the input below. Can some one point me what am i doing wrong... i'd be grateful!



Code:

19
move 1 onto 0
move 0 onto 1
move 0 onto 2
move 2 onto 1
move 4 over 5
move 7 onto 8
move 9 onto 7
move 7 ...
by blank3
Wed Dec 29, 2004 1:48 am
Forum: Volume 1 (100-199)
Topic: 100 - The 3n + 1 problem
Replies: 1394
Views: 317957

Hi ppl!

I cant figure out, what have I done wrong. If I paste the test input:

1 10
100 200
201 210
900 1000

I always have to press <ENTER> to process the last input. Ideas appreciated!

import java.io.*;
import java.util.*;

class Main {
void Begin () {
String in;
int p, q, i;
boolean ...

Go to advanced search