Search found 2 matches

by sentientfragment
Sat Oct 09, 2004 4:40 am
Forum: Volume 106 (10600-10699)
Topic: 10642 - Can You Solve It?
Replies: 10
Views: 20086

nobody is able to give me any assistance at all...?
by sentientfragment
Tue Oct 05, 2004 11:16 pm
Forum: Volume 106 (10600-10699)
Topic: 10642 - Can You Solve It?
Replies: 10
Views: 20086

10642 - Can You Solve It?

when I submit it, it says wrong answer :(

any ideas?

// @JUDGE_ID 51586EH 10642 Java "Can you solve it?"

import java.io.*;
import java.util.*;

class Main
{

static String ReadLn (int maxLg)
{
byte lin[] = new byte [maxLg];
int lg = 0, car = -1;
String line = "";

try
{
while (lg ...

Go to advanced search