I think I have solved the problem but I'm getting runtime error. Can anyone help me to find the problem??
here is my code
import java.util.*;
import java.io.*;
public class Main {
public static void main(String[] args) throws IOException {
BufferedReader obj=new BufferedReader(new ...
Search found 2 matches
- Sun Feb 22, 2015 12:06 pm
- Forum: Volume 117 (11700-11799)
- Topic: 11729 - Commando War
- Replies: 13
- Views: 6545
- Wed May 14, 2014 11:53 pm
- Forum: Volume 2 (200-299)
- Topic: 231 - Testing the CATCHER
- Replies: 53
- Views: 25006
Re: WA 231 Testing the catcher
can anyone help me I'm getting WA again and again, here is my code
[/code]
import java.util.*;
import java.io.*;
public class Main{
static int[] motherArray = new int[33000];
static int arrayCounter = 0;
public static void main(String[] args) throws IOException {
BufferedReader obj=new ...
[/code]
import java.util.*;
import java.io.*;
public class Main{
static int[] motherArray = new int[33000];
static int arrayCounter = 0;
public static void main(String[] args) throws IOException {
BufferedReader obj=new ...