In the "How to understand the Online Judge answers" how-to it says
Crash - Runtime Error (RE): Your program failed during the execution (segmentation fault, floating point exception...). The exact cause is reported to the user.
My code for challenge 101 compiles and runs fine with the following ...
Search found 6 matches
- Sat Nov 25, 2006 11:09 pm
- Forum: Bugs and suggestions
- Topic: where are the details of runtime errors?
- Replies: 1
- Views: 1769
- Thu Nov 23, 2006 7:06 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108876
- Thu Nov 23, 2006 6:44 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108876
101... runtime error on the server but not locally using gcc
I'm running gcc 4.0.1. I've also tried gcc 3.4.2. Running in a cygwin or mac os x environment, I do
c++ -o 101 101.cpp
cat input | ./101
This gives me the desired result. However, upon submitting the source to the judge I always get a runtime error. I've tried copying the text to the submission ...
c++ -o 101 101.cpp
cat input | ./101
This gives me the desired result. However, upon submitting the source to the judge I always get a runtime error. I've tried copying the text to the submission ...
- Wed Nov 22, 2006 11:25 pm
- Forum: Volume 1 (100-199)
- Topic: 101 - The Blocks Problem
- Replies: 635
- Views: 108876
- Wed Nov 22, 2006 10:49 pm
- Forum: Bugs and suggestions
- Topic: Support for C#
- Replies: 2
- Views: 2152
- Wed Nov 22, 2006 4:03 am
- Forum: Bugs and suggestions
- Topic: additional language support?
- Replies: 1
- Views: 1942
additional language support?
I'm curious what the authors think of adding additional language support to this website? I love the idea of this website and I want to begin trying some of the puzzles. I'm willing to do them in c++, but my language of choice is objective caml. Ocaml is one of the functional programming languages ...