CS代考程序代写 python Java 10/21/2019 CSCI 561 (164 unread)

10/21/2019 CSCI 561 (164 unread)
question
338 views
Input Inconsistency between vocareum sample and grading input
I have tried some of the grading input on my code, it can crash my code due to the trailing space in each line that describes the map. However, in the sample input from vocareum, there is no trailing space in each line that describes the map. If sample input from vocareum is meant to help us understand the problem and get to know the format of the actual grading input, then I think this inconsistency should be addressed in the grading input.
Updated 9 days ago by Anonymous
the students’ answer, where students collectively construct a single answer
With grade released on vocareum, here is a summary for this problem for me.
I use python3.
1. Running the test cases in my local fails for all test cases because of the extra space.
2. Grading on vocareum is fine except for testcast 1, 2, 3. That’s saying, it could run test cases from 4-50 on vocareum but fail for test case 1, 2, 3 because of the extra space
I saw a huge amount of complains against test case 1, 2, 3 regardless what language people use. Does this mean that test case 1, 2, 3 are ran differently comparing to other test cases without fixing the extra space problem?
*** UPDATE from OP, 2019/10/12 12:00 ***
A lot of complaints are regarding Java guys. Whereas I wrote the HW1 in CPP, and the trailing space leads to “Test no output” in the test report
*** UPDATE from OP, 2019/10/12 12:07 *** cannot find main class homework for java
Updated 9 days ago by Anonymous
followup discussions for lingering questions and comments
Resolved
Unresolved
Anonymous 9 days ago
Same thing happened to me. We asked if we could expect the input to be in “correct” format and tested our code on vocareum, so I believe that this problem should be fixed.
Anonymous 9 days ago
Resolved
Unresolved
https://piazza.com/class/jzob0qt1owq15p?cid=361
1/2
1wh

10/21/2019 CSCI 561 (164 unread)
Same problem for me as well.
The homework document does NOT mention there being extra spaces at the end of each line.
Anonymous 9 days ago Same here for me as well
Anonymous 9 days ago Same here. there is a trailing space in the end. Which was not present in the sample input on vocareum neither was it mentioned in the assignment.
Anonymous 9 days ago
Same here, tested on vocareum and passed successfully but failed on these three testcases because of the extra spaces.
Huiming Dou 4 days ago
Same here, 3 sample test case passed, but because of trailing space, 0 test cases passed.
Resolved
Unresolved
Resolved
Unresolved
Resolved
Unresolved
Resolved
Unresolved
https://piazza.com/class/jzob0qt1owq15p?cid=361
2/2

Leave a Reply

Your email address will not be published. Required fields are marked *