[Logo] Mendo Judge Discussion Board - Forums
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
Strange Compilation Error  XML
Forum Index » C/C++
Author Message
P_Nyagolov



Joined: 12/08/2014 13:46:07
Messages: 3
Offline

Hello everybody!

I was solving the problem Herritage from JBOI 2011 (http://mendo.mk/Task.do?id=209). After coding the solution in C++, I wanted to submit and the outcome was Compilation Error. What makes it even more strange is that when I want to make a user test (I mean click on "Test", upload input file and post my solution), everything works fine. Can somebody explain why this happened, please?

UPD: I tried to submit the following piece of code and it also gives Compilation Error, so I guess somebody may have accidentally put the wrong compiler for C++:

This message was edited 1 time. Last update was at 28/08/2015 11:48:45

MOI



Joined: 07/07/2010 16:31:48
Messages: 447
Offline

P_Nyagolov wrote:Hello everybody!

I was solving the problem Herritage from JBOI 2011 (http://mendo.mk/Task.do?id=209). After coding the solution in C++, I wanted to submit and the outcome was Compilation Error. What makes it even more strange is that when I want to make a user test (I mean click on "Test", upload input file and post my solution), everything works fine. Can somebody explain why this happened, please?

UPD: I tried to submit the following piece of code and it also gives Compilation Error, so I guess somebody may have accidentally put the wrong compiler for C++:


Ahh, it's not a problem with your solution (that one is compiling fine, you can test it on other tasks), it's the grader that is receiving a compilation error. Basically, for that specific task, there is a special grader (possibly because there could be multiple correct solutions), and that program is receiving a compilation error. I'm not sure why that's the case, possible we've changed some compilation flag in the last few days/months or something, but we'll try to fix it in the next few days - I don't have access to the server right now, so I can't fix it immediately.

Sorry You can try other tasks, they should be working fine.
P_Nyagolov



Joined: 12/08/2014 13:46:07
Messages: 3
Offline

Thanks for the response, I still have some JBOI tasks remaining, so I will solve them and I will check when the problem is fixed and try to submit again
MOI



Joined: 07/07/2010 16:31:48
Messages: 447
Offline

Ok. Task has been fixed.
P_Nyagolov



Joined: 12/08/2014 13:46:07
Messages: 3
Offline

MOI wrote:Ok. Task has been fixed.


That was fast, thanks, now I got AC
 
Forum Index » C/C++
Go to:   
Powered by JForum 2.1.8 © JForum Team