AIM Tech Mini Marathon 1

Revision en9, by ArtDitel, 2018-02-01 10:32:21

Hey Codeforces!

We’d like to invite you to take part in our AIM Tech Mini Marathon 1 to be held this Thursday on the 1st of February at 7 pm MSK.

This is unrated competition. All the participants will be challenged with only one problem, which doesn’t have a fast and full solution and 3 hours to solve it. Solutions will be evaluated independently on each test. The exact formula of points per test will be given in the problem statement. The score for the contest is a sum of scores for each test. You can participate in contest as a team, 3 members maximum.

All the tests will be released at the very beginning of the competition. They will be used both for preliminary and final testing. You will be also provided with a checker and a visualizer, written in Python3. You can find environment setup instruction below. Local checker and vizualizer run is optional, but could help finding the solution. Your solution can be written in any language that is supported by codeforces.

AIM Tech Mini Marathon 1 will take place during the Petrozavodsk training camp, which is traditionally sponsored by AIM Tech. At the end of the competition first five teams will be awarded with AIM Tech T-shirts.

The Marathon was prepared by AIM Tech team: ArtDitel, Kostroma, SirShokoladina, zeliboba, Edvard, zloyplace35.

Special thanks to Mike Mirzayanov MikeMirzayanov for Codeforces and Polygon and to the problems coordinator Nickolay Kalinin KAN for his help with the competition arrangements.

AIM Tech is a high frequency trading company based in Moscow. The key words that describe the essence of our work are big data, low latency and HFT. Effective C++ coding, algorithmic mindset and the mathematical intuition are all very handy in our work. That’s why most of our employees are the winners of different programming and math contests. At free time AIM Tech team usually takes part in various programming competitions as well as challenges itself at hiking and mountaineering.

For more information on AIM Tech follow us on aimtech.com, facebook or instagram. Also feel free to write us any time via CF, VK, FB, Telegram or simply e-mail us. We are open to answer any of your questions including job openings.

We wish you all luck and high rating!

To run visualizer you need python3 with ‘pillow’ library. You can download Python3 here: https://www.python.org/downloads/. To install pillow simply run pip3 install pillow on Linux, Windows or MacOs. To check that everything works properly create a script file test.py:

from PIL import Image, ImageDraw
im = Image.new("RGB", (128, 128))
draw = ImageDraw.Draw(im)
draw.line((0, 0) + im.size, fill=128)
draw.line((0, im.size[1], im.size[0], 0), fill=128)
del draw
im.show()

and run it: python test.py. You will see a red cross with black background.

Please feel free to write a comment below.

UDP. There is no limit on a number of PCs in this contest, you may use up to one PC per participant

Tags aimtech, aim tech marathon 1, aim tech marathon 2018, aim, marathon

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
ru15 Russian ArtDitel 2018-02-02 08:47:03 23 Мелкая правка: 'user:izban, [user:Be' -> 'user:izban], [user:Be'
ru14 Russian ArtDitel 2018-02-02 00:24:45 1074
en15 English ArtDitel 2018-02-02 00:17:16 23 Tiny change: 'user:izban, [user:Be' -> 'user:izban], [user:Be'
en14 English ArtDitel 2018-02-02 00:16:48 1083
en13 English ArtDitel 2018-02-01 19:51:03 80
ru13 Russian ArtDitel 2018-02-01 19:50:30 80
ru12 Russian ArtDitel 2018-02-01 18:49:28 338
en12 English ArtDitel 2018-02-01 18:47:53 12
en11 English ArtDitel 2018-02-01 18:46:33 336
en10 English ArtDitel 2018-02-01 18:25:52 95
ru11 Russian ArtDitel 2018-02-01 18:24:42 85
en9 English ArtDitel 2018-02-01 10:32:21 78
ru10 Russian ArtDitel 2018-02-01 10:31:28 79
en8 English ArtDitel 2018-01-31 23:40:06 105
ru9 Russian ArtDitel 2018-01-31 23:38:58 130
en7 English ArtDitel 2018-01-31 14:01:53 130
en6 English ArtDitel 2018-01-31 12:39:28 61
ru8 Russian ArtDitel 2018-01-31 12:37:52 67
en5 English ArtDitel 2018-01-31 00:39:50 9 Tiny change: 'eld [this Wednesday on th' -> 'eld [this Thursday on th'
ru7 Russian ArtDitel 2018-01-31 00:39:24 10 Мелкая правка: 'евраля, в среду, в 19:00 ' -> 'евраля, в четверг, в 19:00 '
en4 English ArtDitel 2018-01-30 22:19:17 25
ru6 Russian ArtDitel 2018-01-30 22:18:19 19 Мелкая правка: '=0&p1=166).\n\nЭто *' -> '=0&p1=166) и продлится 3 часа.\n\nЭто *'
en3 English ArtDitel 2018-01-30 22:05:26 1 Tiny change: '18-01-30],[user:zeli' -> '18-01-30], [user:zeli'
ru5 Russian ArtDitel 2018-01-30 22:05:05 2
ru4 Russian ArtDitel 2018-01-30 22:03:05 0 (опубликовано)
ru3 Russian ArtDitel 2018-01-30 22:02:47 6
en2 English ArtDitel 2018-01-30 22:02:21 6
en1 English ArtDitel 2018-01-30 22:01:00 2980 Initial revision for English translation
ru2 Russian ArtDitel 2018-01-30 22:00:27 6
ru1 Russian ArtDitel 2018-01-30 21:57:14 3127 Первая редакция (сохранено в черновиках)