Is it possible to get input values from Judge?
I would like to know if it is possible to get the input values for the tests run in the homework tasks in Judge. I ask this as it comes up from time to time that the zero tests come out correctly but some of the others come out with wrong result or even runtime error. Despite testing it again and again on my computer everything comes out right as it should be. As it is now we have no idea when submitting the task what our errors are and there are only so many options we can come up with to trace the error when we have no info on what the input was and any more detail than "Runtime error".
I think you misunderstand my question. I am asking if we can get the input so that we can actually figure out where the errors are and work on our code like that. It is now a little bit like if you would be in one of my English classes and had responded to a question (for example what is the best thing about Bulgaria and why?) and I would just tell you that you made mistakes without giving any information about what your mistake was. Then when asked I would tell you to figure it out yourself with your fellow students. That would hardly be a good learning experience.
look, no one will you give the inputs, so share your Solution and someone help you, possibly by the tasks no methers the Country where you from.You also dont tell as with witch task is your problem!?
I am not going to go into some argument with you but I am making a general request/suggestion as I would assume that when it comes to fixing errors in software development that the developer has access to the input that caused the error. Judge is basically testing if given input provides specified output and therefore it would be helpful to have access to the input to replicate the error in the program. Very much in the same way as the zero tests provide us with input and the output so that we can fix the errors.