For problems that are on both uva and programming-challenges.com are the input sets the same? For Java submissions can you basically expect the same results for the same program?
Reason I'm asking - I've been using programming-challenges.com in Java. I'm trying to also use uva with the same Java ...
Search found 3 matches
- Mon Apr 04, 2011 6:15 am
- Forum: General
- Topic: This site's inputs versus programming-challenges.com
- Replies: 0
- Views: 6312
- Sat Apr 02, 2011 1:48 am
- Forum: Volume 100 (10000-10099)
- Topic: 10044 - Erdos Numbers
- Replies: 102
- Views: 55582
Re: 10044 - Erdos Numbers
For me the keys to this problem were revealed by this forum thread, thank you!
1) Maximum input line length was longer than I assumed.
2) I wasn't handling the case where names didn't have the "first name initials" part.
Thanks to you also, on this thread, for learning the trick on how to get the ...
1) Maximum input line length was longer than I assumed.
2) I wasn't handling the case where names didn't have the "first name initials" part.
Thanks to you also, on this thread, for learning the trick on how to get the ...
- Thu Mar 31, 2011 11:52 pm
- Forum: Java
- Topic: yet another "time limit exceeded" post
- Replies: 0
- Views: 4190
yet another "time limit exceeded" post
I've been using the judge at programming-challenges.com in Java. Why Java? Why not. Anyway, I wanted to get started with the uva.es judge for various reasons, mainly the wider variety of problems, but also that some problems at programming-challenges.com can't be judged properly and they suggest ...