612 - DNA sorting (can't submit)

The forum to report every bug you find or tell us what you'd like to find in UVa OJ's new system

Moderator: Board moderators

Locked
mgavin2
New poster
Posts: 43
Joined: Sat Jul 28, 2012 6:29 pm

612 - DNA sorting (can't submit)

Post by mgavin2 »

Whenever I try to submit a solution for this problem it constantly sits in a state of "Sent to judge" or "- In queue -". Is it something I'm doing or is the judging system for this particular problem screwed up?
all that matters is AC
brianfry713
Guru
Posts: 5947
Joined: Thu Sep 01, 2011 9:09 am
Location: San Jose, CA, USA

Re: 612 - DNA sorting (can't submit)

Post by brianfry713 »

I was able to get AC for this problem just now, but sometimes submissions do get stuck in the queue or the whole thing goes down. Today I submitted code twice for one problem that was stuck in the queue, then waited an hour and the third submission got AC but the first two are still stuck in the queue.
Check input and AC output for thousands of problems on uDebug!
mgavin2
New poster
Posts: 43
Joined: Sat Jul 28, 2012 6:29 pm

Re: 612 - DNA sorting (can't submit)

Post by mgavin2 »

Yeah I saw that, then tried to resubmit my code right after you... but still got the same thing :\

I guess the judges hate me for that particular problem, oh and for 10252 too
all that matters is AC
brianfry713
Guru
Posts: 5947
Joined: Thu Sep 01, 2011 9:09 am
Location: San Jose, CA, USA

Re: 612 - DNA sorting (can't submit)

Post by brianfry713 »

I just got AC on 10252.
Check input and AC output for thousands of problems on uDebug!
mgavin2
New poster
Posts: 43
Joined: Sat Jul 28, 2012 6:29 pm

Re: 612 - DNA sorting (can't submit)

Post by mgavin2 »

Maybe my code file was too big... I changed some things , resubmitted, and got WA. yay.
all that matters is AC
brianfry713
Guru
Posts: 5947
Joined: Thu Sep 01, 2011 9:09 am
Location: San Jose, CA, USA

Re: 612 - DNA sorting (can't submit)

Post by brianfry713 »

The code size limit is usually 40kb, and you can't submit if it's over that.
Check input and AC output for thousands of problems on uDebug!
gr81
New poster
Posts: 46
Joined: Wed Sep 26, 2012 7:52 pm

Re: 612 - DNA sorting (can't submit)

Post by gr81 »

getting WA at http://ideone.com/kwFrGg, could anybody look please....
brianfry713
Guru
Posts: 5947
Joined: Thu Sep 01, 2011 9:09 am
Location: San Jose, CA, USA

Re: 612 - DNA sorting (can't submit)

Post by brianfry713 »

Input:

Code: Select all

1

2 2
AG
AC
AC output:

Code: Select all

AG
AC
Check input and AC output for thousands of problems on uDebug!
Locked

Return to “Bugs and suggestions”