Search found 2 matches
- Fri Sep 09, 2011 11:34 am
- Forum: Volume 100 (10000-10099)
- Topic: 10038 - Jolly Jumpers
- Replies: 445
- Views: 153584
Re: 10038 - Jolly Jumpers
Please help me with the problem. I already run out of idea what possible mistake i had committed.
- Wed Sep 07, 2011 7:51 am
- Forum: Volume 100 (10000-10099)
- Topic: 10038 - Jolly Jumpers
- Replies: 445
- Views: 153584
Re: 10038 - Jolly Jumpers
Heres my code and im wondering why im having WA. I tried those test cases on the board and it pass
import java.util.Scanner;
import java.util.HashSet;
class Main
{
public static void main(String []args)
{
Main jolly = new Main();
jolly.jollyJumper();
}
void jollyJumper()
{
java.util ...
import java.util.Scanner;
import java.util.HashSet;
class Main
{
public static void main(String []args)
{
Main jolly = new Main();
jolly.jollyJumper();
}
void jollyJumper()
{
java.util ...