Search found 15 matches
- Thu Sep 25, 2014 11:19 pm
- Forum: Volume 6 (600-699)
- Topic: 627 - The Net
- Replies: 18
- Views: 10697
Re: 627 - The Net
I am still getting a Runtime Error. I always fill the StringBuffer like this and it always works so I guess it is something else. I have tried a lot of changes but I still get Runtime Error.
- Thu Sep 25, 2014 11:16 pm
- Forum: Volume 4 (400-499)
- Topic: 429 - Word Transformation
- Replies: 82
- Views: 32306
Re: 429 - Word Transformation
Still Runtime Error, even if did what you suggested :(
import java.util.*;
import java.io.*;
class Main
{
static TreeMap<String, Integer> map;
static Vector<Vector<Integer>> vect;
static int[] dist;
static Vector<String> names;
static Queue<Integer> q;
public static void main(String ...
import java.util.*;
import java.io.*;
class Main
{
static TreeMap<String, Integer> map;
static Vector<Vector<Integer>> vect;
static int[] dist;
static Vector<String> names;
static Queue<Integer> q;
public static void main(String ...
- Thu Sep 25, 2014 5:05 pm
- Forum: Volume 4 (400-499)
- Topic: 429 - Word Transformation
- Replies: 82
- Views: 32306
Re: 429 - Word Transformation
Can you please see my code and tell me why I am getting Runtime Error ?
import java.util.*;
import java.io.*;
class Main
{
static TreeMap<String, Integer> map;
static Vector<Vector<Integer>> vect;
static int[] dist;
static Vector<String> names;
static Queue<Integer> q;
public static ...
import java.util.*;
import java.io.*;
class Main
{
static TreeMap<String, Integer> map;
static Vector<Vector<Integer>> vect;
static int[] dist;
static Vector<String> names;
static Queue<Integer> q;
public static ...
- Thu Sep 25, 2014 12:03 am
- Forum: Volume 6 (600-699)
- Topic: 627 - The Net
- Replies: 18
- Views: 10697
Re: 627 - The Net
Can you give me some real test cases or show me why do I get a Runtime Error ?
Thanks.
import java.util.*;
import java.io.*;
class Main
{
static Vector<Vector<Integer>> vect;
static int[] dist;
static int[] parent;
static int s;
static StringBuffer str;
public static void main(String ...
Thanks.
import java.util.*;
import java.io.*;
class Main
{
static Vector<Vector<Integer>> vect;
static int[] dist;
static int[] parent;
static int s;
static StringBuffer str;
public static void main(String ...
- Wed Sep 24, 2014 8:34 am
- Forum: Volume 100 (10000-10099)
- Topic: 10099 - The Tourist Guide
- Replies: 91
- Views: 43421
Re: 10099 - The Tourist Guide
Thanks a lot, I got Acc with Scanner.
- Wed Sep 24, 2014 12:44 am
- Forum: Volume 100 (10000-10099)
- Topic: 10099 - The Tourist Guide
- Replies: 91
- Views: 43421
Re: 10099 - The Tourist Guide
But do the real tests have blanks inbetween or not ?
- Wed Sep 24, 2014 12:44 am
- Forum: Volume 103 (10300-10399)
- Topic: 10397 - Connect the Campus
- Replies: 75
- Views: 38816
Re: 10397 - Connect the Campus
Thanks, I got Acc by using Scanner.
- Tue Sep 23, 2014 10:06 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10397 - Connect the Campus
- Replies: 75
- Views: 38816
Re: 10397 - Connect the Campus
TO: lighted
Both tests work, but again Runtime Error.
Both tests work, but again Runtime Error.
- Tue Sep 23, 2014 9:56 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10099 - The Tourist Guide
- Replies: 91
- Views: 43421
Re: 10099 - The Tourist Guide
TO: lighted Your test works for my code, it outputs 0. But I am getting a Runtime Error which is really strange.
- Tue Sep 23, 2014 2:44 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11060 - Beverages
- Replies: 96
- Views: 57165
Re: 11060 - Beverages
Thanks anyway
- Tue Sep 23, 2014 2:38 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10099 - The Tourist Guide
- Replies: 91
- Views: 43421
Re: 10099 - The Tourist Guide
Can someone help me by showing my mistake ? I am getting a Runtime Error !
Code: Select all
Acc
- Tue Sep 23, 2014 12:06 am
- Forum: Volume 103 (10300-10399)
- Topic: 10397 - Connect the Campus
- Replies: 75
- Views: 38816
Re: 10397 - Connect the Campus
Why do I get a runtime error ?
Code: Select all
Acc
- Sat Sep 20, 2014 12:41 pm
- Forum: Volume 118 (11800-11899)
- Topic: 11857 - Driving Range
- Replies: 21
- Views: 12193
- Thu Sep 18, 2014 12:05 am
- Forum: Volume 117 (11700-11799)
- Topic: 11770 - Lighting Away
- Replies: 27
- Views: 13947
Re: 11770 - Lighting Away
Nevermind, I got Acc by doing a topological sort and then a dfs to count the nr of components.
- Wed Sep 10, 2014 3:43 pm
- Forum: Volume 110 (11000-11099)
- Topic: 11060 - Beverages
- Replies: 96
- Views: 57165
Re: 11060 - Beverages
Why am I getting a runtime error ?
//Accepted
//Accepted