Search found 2 matches

by engj
Wed Feb 12, 2014 7:20 am
Forum: Volume 101 (10100-10199)
Topic: 10141 - Request for Proposal
Replies: 44
Views: 24335

Re: 10141 - Request for Proposal

Thanks Brian, that fixed the Run-time error issue but now I have a WA. I tried all the test cases I could think of.


import java.io.*;
import java.util.*;
class Main {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out ...
by engj
Tue Feb 11, 2014 7:02 am
Forum: Volume 101 (10100-10199)
Topic: 10141 - Request for Proposal
Replies: 44
Views: 24335

Re: 10141 - Request for Proposal

Hi, I keep getting a Runtime Error for the following code:


import java.io.*;
import java.util.*;
class Main {
public static void main(String[] args) {
InputStream inputStream = System.in;
OutputStream outputStream = System.out;
InputReader in = new InputReader(inputStream);
PrintWriter out ...

Go to advanced search