Search found 4 matches

by nicopadu
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
by nicopadu
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 ...
by nicopadu
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 ...
by nicopadu
Wed Sep 18, 2002 2:25 am
Forum: Volume 3 (300-399)
Topic: 333 - Recognizing Good ISBNs
Replies: 166
Views: 40790

Some little questions...

1. Hyphens can be anywere. (including two hyphens at the middle of the isbn number, like --0--1315--2447-X--???)

2. The ISBN cannot be less than 10 symbols long (of course, excluding hyphens) but can be more than 10 symbols. (what kind of symbols can i accept excluiding ...

Go to advanced search