Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
Run errors (as opposed to wrong answers) on DOM judge are often due to hitting memory limits (1GB limit iirc), whereas on your own machine you might be able to allocate more than that. Might be worth seeing if your code creates a lot of memory for us...
Whoops I formatted my markdown wrong
My test code was
startInp input().split(" ")
rows int(startInp 0 )
cols int(startInp 1 )
for r in range(rows)
if r rows-1
print("WAITING")
print(input())
if r rows-1
print("DONE")
And the output I...
Hi,
I am trying to run my code for Flip on DOM Judge, and it seems to not be providing my program with inputs.
I ran a test to determine whether or not it was reading my inputs properly
http domjudge.gozz.au team submission 6753
startInp input().sp...
Hi
The Distinct Platforms problem from lab6 seems to be set up the same way as the midsem exam - the samples are not available to us.
Would you be able to make them available?
Thanks