Search found 2 matches

by Jolanda
Fri Dec 21, 2007 7:19 pm
Forum: Volume 3 (300-399)
Topic: 382 - Perfection
Replies: 95
Views: 35365

I got RE on my code, why???

Code:
import java.io.*;
import java.util.*;

public class Main {
public static void main(String[] args) throws IOException {
BufferedReader vhod = new BufferedReader(new InputStreamReader(System.in));
int[] tab = new int[100];
int k = 0;

String line = vhod.readLine ...
by Jolanda
Fri Dec 21, 2007 11:27 am
Forum: Volume 3 (300-399)
Topic: 369 - Combinations
Replies: 101
Views: 33381

369 - Runtime Error

I always get Runtime Error and I can't fugure it out why. Do you know why?

My code in Java:

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

public class Main {
public static void main(String[] args) throws IOException {
BufferedReader vhod = new BufferedReader(new InputStreamReader(System.in));

while ...

Go to advanced search