Search found 5 matches

by valeriAsus
Sun Aug 19, 2012 4:22 pm
Forum: Volume 6 (600-699)
Topic: 604 - The Boggle Game
Replies: 33
Views: 12970

604 boggle game(W A)

Hallo, I've tried a lot of input for my program but I don't know why have in submittion -->W A, becouse I use UVA toolkit ( http://uvatoolkit.com/problemssolve.php ) for compare my output ...and It is the same.
Can you help me with an failed test for example? :roll:



import java.io ...
by valeriAsus
Sun Apr 29, 2012 3:45 pm
Forum: Volume 6 (600-699)
Topic: 604 - The Boggle Game
Replies: 33
Views: 12970

wrong answer

// 604 the boggle game
Hallo can I've the test that my program doesn''t pass ?please :cry:



import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util ...
by valeriAsus
Thu Mar 15, 2012 1:20 pm
Forum: Volume 6 (600-699)
Topic: 604 - The Boggle Game
Replies: 33
Views: 12970

wrong answer The boggle game


import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.StringTokenizer;
import java.util.Vector;
import java.util.regex.Pattern;
import java.util.Collections ...
by valeriAsus
Thu Mar 08, 2012 10:00 am
Forum: Volume 4 (400-499)
Topic: 442 - Matrix Chain Multiplication
Replies: 21
Views: 5896

Re: runtime Error

it's not this the error,I've put on the site correctly this code:


import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.StringTokenizer;
import java.util.regex.Matcher;
import java.util ...
by valeriAsus
Wed Mar 07, 2012 11:14 pm
Forum: Volume 4 (400-499)
Topic: 442 - Matrix Chain Multiplication
Replies: 21
Views: 5896

runtime Error

Hi,I've run time error for this code:



import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.StringTokenizer;
import java.util.regex.Matcher;
import java.util.regex.Pattern;

class ...

Go to advanced search