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

Автор MateoCV, 2 года назад, По-английски

Hola Codeforces!

The 2024 Argentinian Programming Tournament (TAP) was held last weekend. This is a 2024-2025 ICPC subregional contest for teams from Argentina to qualify to the South America/South Regional contest. You can send your solutions or do a virtual participation in the Codeforces gym. I invite you all to solve the problems.

The problems were written and prepared by elsantodel90, fredy10, Guty, lsantire, MarcosK, pablobce, reedef and me (MateoCV)

I would like to thank CodigoL, FedeNQ, Aristides, Marckess, MrNachoX and visho33 for solving and reviewing the problems and providing valuable feedback.

Feel free to use this blog to discuss about the problems :)

Happy coding!

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

»
2 года назад, скрыть # |
 
Проголосовать: нравится +13 Проголосовать: не нравится

Thanks to the authors for producing such a great GYM!!

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

Hint J,K?

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

hint B?

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

    First of all, it is clear that the usefull segments can be like $$$(1, d)$$$ where $$$d$$$ is a divisor of the number $$$K$$$. Think in cases with a lot of divisors like $$$K = 12$$$, can $$$(1, 2)$$$ or $$$(1, 3)$$$ be minimal or there is another segment that makes them unncesary?

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

where can I find the editorial?

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

Hit C? Plaese

Spoiler
  • »
    »
    2 года назад, скрыть # ^ |
     
    Проголосовать: нравится +3 Проголосовать: не нравится
    That's not enough
    Hint
»
2 года назад, скрыть # |
 
Проголосовать: нравится +9 Проголосовать: не нравится

Can someone give me a hint for E please?

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

hint for I pls ><

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

Someone help me in problem E? I don't understand how sort the weapons.

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

Could someone please give me another hint for K?

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

    Try to make a greedy in some order (if I currently spot a letter, remove it and add one to the counter), see if there exists an observation that makes your greedy correct.