Here we go! - CCC 2015


posted on Feb. 17, 2015, 4:33 p.m.
Good luck to all participants!

Comments


  • 4
    nullptr  commented on Feb. 19, 2015, 11:59 p.m. edited

    For those curious about the CCO cutoff, I made an anonymous poll here: https://www.strawpoll.me/3683417. It would be really easy to put fake votes and make everyone panic but we're trusting people not to do that. Only vote if you wrote the Senior!


  • 3
    snowblind  commented on Feb. 19, 2015, 8:58 p.m.

    daily reminder that timothy li is a god


    • 11
      FatalEagle  commented on Feb. 20, 2015, 12:00 a.m.

      who's that


    • 3
      nullptr  commented on Feb. 19, 2015, 11:42 p.m.

      Whose that


    • 3
      awaykened  commented on Feb. 19, 2015, 11:18 p.m.

      whos that


    • 2
      bobhob314  commented on Feb. 19, 2015, 10:31 p.m.

      Who's that


  • 1
    moladan123  commented on Feb. 19, 2015, 12:03 a.m.

    When will this CCC be posted on DMOJ?


    • 3
      Xyene  commented on Feb. 19, 2015, 12:52 a.m.

      I have most of the statements typed up, but it's against the rules to post them online (even privately) before the contest is over.


      • 0
        kobortor  commented on Feb. 19, 2015, 1:02 a.m.

        Are we still allowed to submit code after the 3 hours, even if the contest isn't over?


        • 0
          Xyene  commented on Feb. 19, 2015, 1:13 a.m.

          On the Waterloo site, I don't think you're supposed to (they probably will either ignore or deduct after the 3h mark).


    • 2
      FatalEagle  commented on Feb. 19, 2015, 12:13 a.m.

      When the test data becomes available.


  • 1
    kobortor  commented on Feb. 18, 2015, 10:25 p.m.

    GG WP to everyone.


  • 4
    JeffreyZ  commented on Feb. 18, 2015, 2:29 a.m.

    oh no oh no oh no its finally here


  • 1
    kobortor  commented on Feb. 18, 2015, 12:13 a.m.

    CCC starts at 10:10 AM??


    • 1
      Xyene  commented on Feb. 18, 2015, 12:33 a.m.

      It starts 10:10 AM (Period B) for those at DMCI, hence the ~.


      • 1
        FatalEagle  commented on Feb. 18, 2015, 12:53 a.m.

        It actually starts at 10:30AM.


        • 0
          Xyene  commented on Feb. 18, 2015, 2:35 a.m.

          Close enough :)


    • 1
      Sentient  commented on Feb. 18, 2015, 12:31 a.m.

      It does for those at DMCI :)


      • 0
        bobhob314  commented on Feb. 18, 2015, 12:32 a.m.

        kob, it starts at 11:50AM or 3A for us.


        • 0
          kobortor  commented on Feb. 18, 2015, 1:00 a.m.

          Aww no lunch...


  • 0
    pyrexshorts  commented on Feb. 18, 2015, 12:06 a.m.

    I tried submitting a hello world in c++, and it resulted in compilation error.


    • 1
      Xyene  commented on Feb. 18, 2015, 12:33 a.m.

      The CEMC judge runs C++03 - there is no C++11 or 0x support on it.


      • 0
        pyrexshorts  commented on Feb. 18, 2015, 12:34 a.m. edited
        #include <iostream>
        
        int main()
        {
          std::cout << "Hello World!";
        }
        

        Would this code not be valid?


        • 1
          Xyene  commented on Feb. 18, 2015, 3:11 a.m.

          The judge appears to have been fixed.


        • 1
          Xyene  commented on Feb. 18, 2015, 12:48 a.m.

          Hehe, looks like the judge itself is broken.

          Let's hope it gets fixed before the contest date.