Hiya, I keep getting Runtime Errors and I can't fathom why. Help, please? :)
import java.util.*;
import java.io.*;
public class P993
{
static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
static PrintWriter pw = new PrintWriter(new BufferedWriter(new ...
Search found 5 matches
- Sun Sep 27, 2015 9:02 am
- Forum: Volume 9 (900-999)
- Topic: 993 - Product of digits
- Replies: 19
- Views: 16593
- Fri Oct 31, 2014 2:38 pm
- Forum: Volume 1 (100-199)
- Topic: 122 - Trees on the level
- Replies: 103
- Views: 22199
Re: 122 - Trees on the level
That is one HECK of an input. Thank you so much, Lighted! 

- Fri Oct 31, 2014 11:21 am
- Forum: Volume 1 (100-199)
- Topic: 122 - Trees on the level
- Replies: 103
- Views: 22199
Re: 122 - Trees on the level
I still get WA... help, please?
Also, i'm confused with the cases..
()
(,) ()
What's the proper output for them? not complete, or 0?
Also, i'm confused with the cases..
()
(,) ()
What's the proper output for them? not complete, or 0?
Code: Select all
cleared after AC. Thanks, lighted!
- Sun Aug 03, 2014 4:02 pm
- Forum: Volume 113 (11300-11399)
- Topic: 11340 - Newspaper
- Replies: 154
- Views: 69420
Re: 11340 - Newspaper
I got Runtime error, and i'm not sure if it's because of spacing, or overflow, or both. Help?
Code: Select all
code deleted. Thanks lbv!
- Sat Feb 01, 2014 6:59 am
- Forum: Volume 119 (11900-11999)
- Topic: 11995 - I Can Guess the Data Structure!
- Replies: 60
- Views: 19537
Re: 11995 - I Can Guess the Data Structure!
I still got a WA. Help, please? And um I should clear the code after an AC, right? 

Code: Select all
Thanks, brianfry. :)