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

Автор ymondelo20, 14 лет назад, По-английски

Hello, users.

I'm glad to invite you to take part in a Open Contest of the TAP 2012 (Torneo Argentino de Programación). The Real Contest was held on September 29, 2012. The official results are here. This Open Contest will be hosted on the Caribben Online Judge (COJ). You don't need registering for the contest, the participation is completely free, but you need to have an account in the COJ.

It starts on Tuesday, October 9, 2012 12:15:00 (CUBAN LOCAL TIME). The contest duration is 5 hours. The tasks are in Spanish. The allowed programming languages are C, C++ and Java. The contest will be held on the rules of ACM-ICPC competitions. If you have any questions, please feel free to ask on the FORUM.

Wish you good results.

ymondelo20 and COJ Team.

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

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

The Open Contest is about to start. But don't worry if you miss it, because you can use the Virtual Contest Module for reviving the contest again.

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

The links to the problems in English are here:

http://www.spoj.pl/problems/TAP2012A/ http://www.spoj.pl/problems/TAP2012B/ http://www.spoj.pl/problems/TAP2012C/ http://www.spoj.pl/problems/TAP2012D/ http://www.spoj.pl/problems/TAP2012E/ http://www.spoj.pl/problems/TAP2012F/ http://www.spoj.pl/problems/TAP2012G/ http://www.spoj.pl/problems/TAP2012H/ http://www.spoj.pl/problems/TAP2012I/

A little hint for every problem (as I don't have enough time to write a full editorial):

A: It's a simulation, you always have only one choice. B: Just three for cycles. C: Typical TopCoder-like DP. Be careful with digit 0. D: Greedy on a Trie. (this problem was mine). E: Shortest/Longest Path on a DAG. (also mine). F: Simulation. G: It's not a strings problem, but a graphs problem. H: This was the hardest problem, try to prove that there are lineal intersections that matter. I: The easy problem. (also mine).

I hope you all liked this contest. This was my first experience as problem setter and it was really funny and I learned a lot from it.