ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1081. Binary Lexicographic Sequence

Admins, cannot submit any kind of rust solution for this problem
Posted by motoras 21 Feb 2019 15:24
I get, Runtime error (non-zero exit code), even if I send a program such:

fn main() {
    println!("{}",-1);
}
Re: Admins, cannot submit any kind of rust solution for this problem
Posted by motoras 21 Feb 2019 16:16
If I paste the solution, in the submission text box, I am able to get an answer from the judge. If I uploaded I always get "Runtime error (non-zero exit code)"