Search found 4 matches
- Wed Nov 06, 2002 7:47 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10377 - Maze Traversal
- Replies: 26
- Views: 14431
Some possible problems...
Without actually compiling and running your program, I can only guess as to what the possible problems are. First is that each set of inputs is separated by a blank line... did you account for that? Second, the maze may have an exit... I dont think this is your problem, but you dont account for that ...
- Wed Nov 06, 2002 9:16 am
- Forum: Java
- Topic: Java Support in the Judge
- Replies: 7
- Views: 14955
Solution...
I couldnt get the java mail submission to work, but if you submit using the online form on the web site it works fine. The only problem is that the big number class and other such usefull java classes (they're the only reason I would use java
) dont seem to be on the servers.
ciao
EZE

ciao
EZE
- Wed Nov 06, 2002 9:12 am
- Forum: Volume 1 (100-199)
- Topic: 105 - The Skyline Problem
- Replies: 160
- Views: 51372
Yeah... the while(cin >> blah) works well for the submissions. However, when reading from standard input that isnt re-directed, you have to tell cin that it's at the end of the stream. This is done by hitting ctrl-d (^d) then enter. I'm not sure if this works under dos (or windows)... but who uses ...
- Wed Nov 06, 2002 2:41 am
- Forum: Volume 103 (10300-10399)
- Topic: 10399 - Optimus Prime
- Replies: 14
- Views: 6999
10399 - Optimus Prime
We've thought about this question and have gotten nowhere! There have already been 4 submissions that were correct (out of 4!!!)... however, this problem seems far from trivial! Does anybody have a clue as to a good way to solve this problem?