Search found 3 matches

by bpytlik
Tue Feb 10, 2004 2:41 pm
Forum: Volume 1 (100-199)
Topic: 181 - Hearts
Replies: 9
Views: 3659


P1 P2 P3 P4 P5
7D JD KC* AD KD
TH AH* KH QH JH
7C AC* 8C TC JC
AS* KS 8S QS TS
7S JS* 6S 9S 5S
2C QC* 8H 9C 5C
5D 6D 6H 9D QD*
2D 4C* 5H 8D TD
7H 4H 4S 9H* 2H
3S 3H 2S 3D 4D*



player1 should start with the highest card - it's AS. Don't know why he play with 7D..... (game starts player next to ...
by bpytlik
Tue Feb 10, 2004 12:56 pm
Forum: Volume 1 (100-199)
Topic: 181 - Hearts
Replies: 9
Views: 3659

Hi, i try to send this problem in java, but always get compile error :(
[java]
import java.io.IOException;


class Main {
static String[] hrac = new String[5];
static String[] aHrac = new String[5];
static int[] body = new int[5];
static char trumf, aBarva;
static int zacHrac = 0;

static ...
by bpytlik
Tue Feb 03, 2004 6:54 pm
Forum: Volume 1 (100-199)
Topic: 187 - Transaction Processing
Replies: 18
Views: 11558

problem 187 in java - WA

Hi, i always receive wrong answer with my code. Where is the problem please (in my opinion it works good)???
[java]
import java.io.IOException;
import java.text.*;
import java.util.*;

class Main {
static Ucet[] ucet = new Ucet[101];
static Transakce[] transakce = new Transakce[1001];

static ...

Go to advanced search