Search found 4 matches

by Halah
Wed Jul 24, 2013 9:57 pm
Forum: Volume 108 (10800-10899)
Topic: 10815 - Andy's First Dictionary
Replies: 116
Views: 48982

Re: 10815 - Andy's First Dictionary

brianfry713 wrote:Try input:
a1b1c
Output should be:
a
b
c
again WA!!!!!!!!
I gave up .. I will try another problem =)

Thanks for your help :oops:
by Halah
Tue Jul 23, 2013 3:00 pm
Forum: Volume 108 (10800-10899)
Topic: 10815 - Andy's First Dictionary
Replies: 116
Views: 48982

Re: 10815 - Andy's First Dictionary

Thank you brianfry713 for your reply .. I corrected my code but uva still gives me WA!!
what is the wrong?

My updated code:


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

public class Main {

public static void main(String[] args) throws Exception {

BufferedReader br = new BufferedReader (new ...
by Halah
Mon Jul 22, 2013 3:44 pm
Forum: Volume 119 (11900-11999)
Topic: 11988 - Broken Keyboard (a.k.a. Beiju Text)
Replies: 27
Views: 16176

Re: 11988 - Broken Keyboard (a.k.a. Beiju Text) TLE

Hi all,

I got WA .. what is the wrong in my code? :(

My code (JAVA):


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

public class Main {

public static void main(String[] args) throws Exception {

BufferedReader br = new BufferedReader (new InputStreamReader (System.in));
StringBuilder sb = new ...
by Halah
Mon Jul 22, 2013 3:37 pm
Forum: Volume 108 (10800-10899)
Topic: 10815 - Andy's First Dictionary
Replies: 116
Views: 48982

Re: 10815 - Andy's First Dictionary

Hello,, Good Afternoon :)

I got WA too for this problem .. I think the wrong with the space in the beginning of my output
but I couldn't change my code more to avoid this error.. how I can prevent my code to print this space in the beginning of my output!!



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

Go to advanced search