Search found 13 matches
- Sat Oct 20, 2007 12:58 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10258 - Contest Scoreboard
- Replies: 87
- Views: 48392
- Wed Feb 07, 2007 8:31 am
- Forum: Volume 100 (10000-10099)
- Topic: 10044 - Erdos Numbers
- Replies: 102
- Views: 55361
- Tue Jan 30, 2007 8:37 am
- Forum: Volume 100 (10000-10099)
- Topic: 10090 - Marbles
- Replies: 43
- Views: 28201
- Tue Mar 21, 2006 11:02 am
- Forum: Volume 100 (10000-10099)
- Topic: 10044 - Erdos Numbers
- Replies: 102
- Views: 55361
What am I doing wrong?
Accepted
- Mon Mar 20, 2006 12:39 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10315 - Poker Hands
- Replies: 63
- Views: 38645
10315: Poker Hands (clarification questions)
So....
Four of a Kind:
It says to rank by value of four cards if both have a four of a kind. Can there be more than one deck? Because it doesn't say there can't, and if so, would I rank the hand with the 5th card being the kicker(deciding card)?
Full House:
More or less the same as above, but if ...
Four of a Kind:
It says to rank by value of four cards if both have a four of a kind. Can there be more than one deck? Because it doesn't say there can't, and if so, would I rank the hand with the 5th card being the kicker(deciding card)?
Full House:
More or less the same as above, but if ...
- Mon Mar 20, 2006 11:15 am
- Forum: Volume 102 (10200-10299)
- Topic: 10258 - Contest Scoreboard
- Replies: 87
- Views: 48392
- Mon Mar 20, 2006 9:13 am
- Forum: Volume 102 (10200-10299)
- Topic: 10258 - Contest Scoreboard
- Replies: 87
- Views: 48392
- Fri Mar 03, 2006 4:40 pm
- Forum: Volume 1 (100-199)
- Topic: 120 - Stacks of Flapjacks
- Replies: 118
- Views: 30430
- Fri Feb 24, 2006 6:18 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10038 - Jolly Jumpers
- Replies: 445
- Views: 152842
- Fri Feb 24, 2006 4:17 am
- Forum: Volume 1 (100-199)
- Topic: 120 - Stacks of Flapjacks
- Replies: 118
- Views: 30430
120 Flapjacks Misinterpreting output?
Hey, I think I am misinterpretting the problem with how I am suppose to output flips. But, can someone give me some test samples or something?
import java.io.*;
import java.util.*;
class Main
{
public static void main(String[] args)
{
String s,answer;
StringTokenizer st;
int flips,f;
int ...
import java.io.*;
import java.util.*;
class Main
{
public static void main(String[] args)
{
String s,answer;
StringTokenizer st;
int flips,f;
int ...
- Thu Feb 23, 2006 3:50 pm
- Forum: Volume 1 (100-199)
- Topic: 120 - Stacks of Flapjacks
- Replies: 118
- Views: 30430
- Wed Feb 22, 2006 9:49 am
- Forum: Volume 101 (10100-10199)
- Topic: 10188 - Automated Judge Script
- Replies: 58
- Views: 37403
- Wed Feb 22, 2006 7:06 am
- Forum: Volume 101 (10100-10199)
- Topic: 10188 - Automated Judge Script
- Replies: 58
- Views: 37403
Ok, so I have tried all the test samples for this problem that y'all have supplied....and everything comes out correctly. This means..either there is some off the wall test case I am not considering, or my I/O is totally screwed... can y'all trace through my code and find my mistake? I am tired of ...