Hello Everyone,
ACM SCPC 2015 (Syrian Collegiate Programming Contest) problem set will be available in Codeforces Gym on Sunday, Sep/11/2016 21:00.
The problem set was prepared by Hasan0540, hyoussef, SaMer, AU.Bahosain, fegla, Nicole Hosh, and Mohammad Asaad.
Thanks to RetiredAmrMahmoud, Amirnasr, eagle93, TahaMahmoud, ghooo, osamahatem, and hossameldeenfci for testing.
Good luck, and I hope you can enjoy the problem set as much as we enjoyed creating it.
Update: The contest was shifted 11 hours (Sunday, Sep/11/2016 21:00) in order for it not to intersect with the Mirror of Bubble Cup Finals.
The contest was shifted 11 hours (Sunday, Sep/11/2016 21:00) in order for it not to intersect with the Mirror of Bubble Cup Finals.
Is there gonna be editorial to the problems??? I really want to know how to solve "Home, Sweet home" :D
Can someone please tell me how to solve problem D?
transfer the number to the string in base 11 then sum the two strings, it's little hard and annoying to implement :3
Thanks for explaining the solution.
Can you send me your code? I tried to implement it but I am getting WA.
Can we expect some short writeups/editorials at least for harder problems according to the authors. Thanks.
I think i am the only one who solved F:Hey JUDgE using bitmasks :D
me to so much easier
Thanks for problems.
Please change problem C's checker , it gives WrongAnswer when there is a space at the end of the line! though you have told "print N space - separated integers" but it doesn't mean that we are not allowed to print space at the end of line when there is no such condition in official contests and many people do not notice that!
We spent 1 hour for finding bug of the code when there wasn't any mistake !!! :(
I'm really sorry for that :(
You will get Wrong Answer or Presentation Error for printing an extra space in the official contest, in all ACM contests of my region, and most of UVa Online Judge and ICPCArchive problems. Also, space-separated means separated by a space, not followed by a space.
Maybe mentioning that the first test case is the same as the sample would have helped. I'm sorry again.
You should probably advocate for removing this rule from the contests in your region too! Seriously, WF doesn't have Presentation Errors, why should regionals have them?
I think the judges return Wrong Answer as the system they use doesn't tell if everything is OK except the spaces. UVa and ICPCArchive return Wrong Answer if you're printing "\n" after each test case instead of between cases. Are you sure they ignore trailing spaces at WF?
Absolutely sure, the instruction booklet says they ignore any amount of white space within reason (so if you don't do anything stupid like printing 3GB of white space, they will simply ignore any extra white space in your submission).
UVa is a really old online judge, so I guess they simply never changed it. But there's no reason for your local organizers not to...
I didn't know about this, thank you!
bluemmb I've updated the checker and rejudged your first submission.
thanks 2Nodes for your fast response.anyway , We really liked the problems.
Have you published solutions? Have you created your old regionals in online judges? ( except livearchieve and uva because we want to check others solutions )
Nope, but I'll try to write a short editorial for the problems soon.
You may try these Gym contests (similar in difficulty):
2016 PSUT Coding Marathon
2015 ACM Amman Collegiate Programming Contest
2015 PSUT Coding Marathon (easier)