It appears that my scanner will through an exception when Scanner receives the EOF.
Source: http://acm.uva.es/board/viewtopic.php?f=16&t=45714
Search found 6 matches
- Wed Jul 20, 2011 4:21 am
- Forum: Volume 5 (500-599)
- Topic: 594 - One Little, Two Little, Three Little Endians
- Replies: 46
- Views: 23376
- Wed Jul 13, 2011 3:10 am
- Forum: Bugs and suggestions
- Topic: 599 Problem description
- Replies: 4
- Views: 5246
599 Problem description
I noticed that the html and the pdf for problem 599 are not the same. Which one is correct?
http://uva.onlinejudge.org/index.php?op ... roblem=540
http://uva.onlinejudge.org/external/5/599.pdf
http://uva.onlinejudge.org/index.php?op ... roblem=540
http://uva.onlinejudge.org/external/5/599.pdf
- Wed Jun 29, 2011 5:06 am
- Forum: Volume 5 (500-599)
- Topic: 595 - A Major Problem
- Replies: 5
- Views: 2770
Re: 595 - A Major Problem
My solution was exactly correct. The only thing I needed to do was remove the blank line after the last case. LAME!! I will remove my code so no one can steal the win.
Note: I was receiving a Wrong Answer not a Presentation Error. More Lame.
Note: I was receiving a Wrong Answer not a Presentation Error. More Lame.
- Sun Jun 26, 2011 6:17 am
- Forum: Volume 5 (500-599)
- Topic: 595 - A Major Problem
- Replies: 5
- Views: 2770
595 - A Major Problem
I know that this problem intimidates a lot of people because its a music thing, but I have a little music background and wanted to tackel this problem. I am getting a WA and have tried almost every possible test case. (Wrote a program to generate all inputs)
All input: http://pastebin.com/pk2zhS1m ...
All input: http://pastebin.com/pk2zhS1m ...
- Sun Jan 02, 2011 12:46 am
- Forum: Java
- Topic: Runtime Error
- Replies: 2
- Views: 7597
Re: Runtime Error
you may want to try and put a try catch around all of the main method to check if it is actually an exception that is terminating the application early. That is what I did to fix the same problem, however I have yet to figure out why...
- Thu Dec 30, 2010 7:31 pm
- Forum: Volume 5 (500-599)
- Topic: 594 - One Little, Two Little, Three Little Endians
- Replies: 46
- Views: 23376
First Submition woes.
I solved problem 594 (One little two little three little Endians) a while a go and though I should check my answer so I submitted it and after playing around with the class name (It needed to be Main (Thanks! for the info!)) I submitted the code and I got Run time Error. When I put a try ...