Search found 1 match

by Michfi
Tue May 16, 2006 2:08 am
Forum: Volume 100 (10000-10099)
Topic: 10038 - Jolly Jumpers
Replies: 445
Views: 152635

10038 Jolly Jumper WA Java

Hi!


Who can help me with this code?

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

class Main {
public static void main(String args[]){

StringTokenizer st;
String zeile;

zeile = readLn(25500);
while(!zeile.equals(" ")){
st=new StringTokenizer(zeile);
int n = Integer.parseInt(st.nextToken ...

Go to advanced search