Блог пользователя notAboAlmanalAnyMore

Автор notAboAlmanalAnyMore, история, 8 лет назад, По-английски

Hello everyone
Here in Syria we have a lot of power outages (more than 16 hours everyday), you know, it's the WAR.
but luckily I managed to install ubunto and then CMS. I need your help if you can tell me about online judges that give you it's problems input and output files, like USACO, COCI and Atcoder recently.
thank you very much and sorry for my annoying questions in my last three blogs.

  • Проголосовать: нравится
  • +13
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by notAboAlmanalAnyMore (previous revision, new revision, compare).

»
8 лет назад, # |
Rev. 3   Проголосовать: нравится -17 Проголосовать: не нравится

...

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

A lot of ICPC contests publish the test data. You can also write down hard problems and think about them when off power. I do that a lot.

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    So am I, but like you see, I'm pupil, so I don't need ICPC problems, I need gradation in solving problems, I need OJ problems.
    thx at all.

    • »
      »
      »
      8 лет назад, # ^ |
        Проголосовать: нравится +6 Проголосовать: не нравится

      ICPC problems have plenty of gradation. Get scoreboards too, they'll tell you approximate difficulties.

»
8 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

Oh hackerrank after you submitted a problem (empty solution will do) you may download each test(separately).

So, simple script will probably able to download all tests

»
8 лет назад, # |
  Проголосовать: нравится -12 Проголосовать: не нравится

A2oj is a wonderful website, its only flaw is that its server sometimes goes down (thats rarely but it happens), it owner created something called "Ladders" which is divided to a set of problems which its difficulty gradually increases and also has something called "Categories", which by its name is categorized to each algorithmic topic from various OJs.

The know OJs are : Ojs

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

You can download UVA Problems as a pdf extension and use the test cases generated by Udebug, It doesn't contain all the test cases but sometimes It contain large ones that's enough to prove validity of your code.