Search found 3 matches
- Tue Feb 10, 2004 2:41 pm
- Forum: Volume 1 (100-199)
- Topic: 181 - Hearts
- Replies: 9
- Views: 3659
- Tue Feb 10, 2004 12:56 pm
- Forum: Volume 1 (100-199)
- Topic: 181 - Hearts
- Replies: 9
- Views: 3659
- 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 ...
[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 ...