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

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

Hello guys,

I wanted to share this API with you. You can use it to develop applications around codeforces problems. This is how it works. You give it the problem ID. It returns back the problem description in JSON format. The description includes {title, time_limit, memory_limit, statement, input_specification, output_specification, sample_tests, note}.

Your contributions, suggestions and edits are welcome.

You can find the GitHub repo here. https://github.com/kerolloz/codeforces-problem-scrapper-api

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

»
18 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

its not working bro can u give it a look plss , i need it urgently

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

    wont work now

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

      is there any alternate way u know of

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

        I did a similar project. U can just call the api and fetch the problem list. or if u need certain datasets check kaggle

        • »
          »
          »
          »
          »
          18 месяцев назад, скрыть # ^ |
           
          Проголосовать: нравится +3 Проголосовать: не нравится

          i need actual problem description ill see some another way thanks broo

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

            Did u find any alternative

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

              yeah i was able to scrap the problem statement and all its test cases

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

                Can you tell me how and wt did you do??(In dire need of help)

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

                  i used puppeteer to scrap it if u need the script i can share but it was made like 1.5 years ago not sure will it work again or now but u can try i think it should work

                  code for the script below

                  https://github.com/TusharSachdeva29/codeforces-scrapper/commit/80193f15a25a39efdd7c07a3505f6a88e6c834b8#diff-13876b4beb64b9f156474dc78f9c923952a7ca210d4507b6b3135bbe244f8a60R1-R104