Search found 4 matches
- Sat Oct 11, 2003 10:07 pm
- Forum: Other words
- Topic: Problem submitting contests problems
- Replies: 0
- Views: 757
Problem submitting contests problems
I've been having problems submitting contest problem's solutions and I don
- Wed Aug 06, 2003 12:26 am
- Forum: Volume 8 (800-899)
- Topic: 850 - Crypt Kicker II
- Replies: 77
- Views: 49963
850 clarifications
I've been dealing with this problem and I have several questions. i hope that anyone can help me with this stuff.
1- ALWAYS the key string is 43 characters length? Or it can contain more than 43? (ex: more than ONE space between two words of the valid key string)
2- spaces are char(32) or they can ...
1- ALWAYS the key string is 43 characters length? Or it can contain more than 43? (ex: more than ONE space between two words of the valid key string)
2- spaces are char(32) or they can ...
- Wed Oct 09, 2002 9:32 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10368 - Euclid's Game
- Replies: 14
- Views: 7694
10368 - Euclid's Game
hi!
i've tryed several times to solve this.... but i've still having WA...
that's my code... can anyone help me???
aahhhh... it's in JAVA... :)
[java]
import java.io.*;
import java.util.StringTokenizer;
class Main
{
static String ReadLn ()
{
StringBuffer s = new StringBuffer("");
int car ...
i've tryed several times to solve this.... but i've still having WA...
that's my code... can anyone help me???
aahhhh... it's in JAVA... :)
[java]
import java.io.*;
import java.util.StringTokenizer;
class Main
{
static String ReadLn ()
{
StringBuffer s = new StringBuffer("");
int car ...
- Wed Sep 18, 2002 2:25 am
- Forum: Volume 3 (300-399)
- Topic: 333 - Recognizing Good ISBNs
- Replies: 166
- Views: 40790