Educational Codeforces Round 88 (Rated for Div. 2)

Solutions are presented as using the least memory and the fastest execution time. It also takes the top 10 most recent solutions from each language. If you want to limit to a specific index, click the "Solved" button and go to that problem.

ContestId
Name
Phase
Frozen
Duration (Seconds)
Relative Time
Start Time
1359 Educational Codeforces Round 88 (Rated for Div. 2) FINISHED False 7200 141146699 May 28, 2020, 2:35 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 543 ) F RC Kaboom Show PROGRAMMING binary search brute force data structures geometry math 2900

B'You know, it 's hard to conduct a show with lots of participants and spectators at the same place nowadays. Still, you are not giving up on your dream to make a car crash showcase! You decided to replace the real cars with remote controlled ones, call the event "Remote Control Kaboom Show" and stream everything online. For the preparation you arranged an arena -- an infinite 2D-field. You also bought n remote controlled cars and set them up on the arena. Unfortunately, the cars you bought can only go forward without turning left, right or around. So you additionally put the cars in the direction you want them to go. To be formal, for each car i ( 1 <= i <= n ) you chose its initial position ( x_i, y_i ) and a direction vector ( dx_i, dy_i ). Moreover, each car has a constant speed s_i units per second. So after car i is launched, it stars moving from ( x_i, y_i ) in the direction ( dx_i, dy_i ) with constant speed s_i . The goal of the show is to create a car collision as fast as possible! You noted that launching every car at the beginning of the show often fails to produce any collisions at all. Thus, you plan to launch the i -th car at some moment t_i . You haven 't chosen t_i , that 's yet to be decided. Note that it 's not necessary for t_i to be integer and t_i is allowed to be equal to t_j for any i, j . The show starts at time 0 . The show ends when two cars i and j ( i ne j ) collide (i. xe2 x80 x89e. come to the same coordinate at the same time). The duration of the show is the time between the start and the end. What 's the fastest crash you can arrange by choosing all t_i ? If it 's possible to arrange a crash then print the shortest possible duration of the show. Otherwise, report that it 's impossible. The first line contains a single integer n ( 1 <= n <= 25000 ) -- the number of cars. Each of the next n lines contains fi'...

Tutorials

Educational Codeforces Round 88 Editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
81963017 atoiz F May 30, 2020, 11:33 a.m. OK GNU C++11 TESTS 51 624 3276800 2900
81847849 wai_bi_wai_bi F May 29, 2020, 5:05 a.m. OK GNU C++11 TESTS 51 654 5324800 2900
81818017 knandy F May 28, 2020, 6:04 p.m. OK GNU C++11 TESTS 51 841 6451200 2900
81868425 msuwakow F May 29, 2020, 9:21 a.m. OK GNU C++11 TESTS 51 920 5017600 2900
81873266 DD_BOND F May 29, 2020, 10:18 a.m. OK GNU C++11 TESTS 51 1232 5324800 2900
81931659 albeXL F May 30, 2020, 3:53 a.m. OK GNU C++11 TESTS 51 1762 5939200 2900
82037977 RainAir F May 31, 2020, 12:11 p.m. OK GNU C++11 TESTS 51 1824 14540800 2900
82438224 AutumnKite F June 3, 2020, 11:30 p.m. OK GNU C++11 TESTS 51 2277 5222400 2900
81818249 knandy F May 28, 2020, 6:06 p.m. OK GNU C++11 TESTS 51 2339 6860800 2900
81841548 WZYYN F May 29, 2020, 2:54 a.m. OK GNU C++11 TESTS 51 2340 3584000 2900
81999847 ericlong F May 30, 2020, 11:01 p.m. OK GNU C++14 TESTS 51 655 5427200 2900
81887470 Rubblsh12345 F May 29, 2020, 1:08 p.m. OK GNU C++14 TESTS 51 1013 4096000 2900
81893561 hocky F May 29, 2020, 2:19 p.m. OK GNU C++14 TESTS 51 1013 5324800 2900
81830126 MarcosK F May 28, 2020, 9:11 p.m. OK GNU C++14 TESTS 51 1543 8089600 2900
81820591 YouKn0wWho F May 28, 2020, 6:30 p.m. OK GNU C++14 TESTS 51 1590 23347200 2900
81919215 ahshafi F May 29, 2020, 6:22 p.m. OK GNU C++14 TESTS 51 1684 5836800 2900
81842405 Debraj007 F May 29, 2020, 3:11 a.m. OK GNU C++14 TESTS 51 1684 5836800 2900
81862574 marcOS F May 29, 2020, 8:05 a.m. OK GNU C++14 TESTS 51 1731 5836800 2900
81819447 paul_walker09 F May 28, 2020, 6:17 p.m. OK GNU C++14 TESTS 51 1746 5836800 2900
81947558 halfblindprince F May 30, 2020, 8:08 a.m. OK GNU C++14 TESTS 51 1793 7372800 2900
82020651 qfhy F May 31, 2020, 7:48 a.m. OK GNU C++17 TESTS 51 529 6246400 2900
81885192 mathusalen F May 29, 2020, 12:41 p.m. OK GNU C++17 TESTS 51 639 5836800 2900
81813126 shikderalislam F May 28, 2020, 5:19 p.m. OK GNU C++17 TESTS 51 717 5427200 2900
81812419 kefaa2 F May 28, 2020, 5:14 p.m. OK GNU C++17 TESTS 51 904 5427200 2900
81835267 blondie F May 29, 2020, 12:09 a.m. OK GNU C++17 TESTS 51 904 7270400 2900
82378273 FunnyGoblin F June 3, 2020, 8:49 a.m. OK GNU C++17 TESTS 51 935 9216000 2900
81827759 Siberian F May 28, 2020, 8:18 p.m. OK GNU C++17 TESTS 51 1029 8089600 2900
82378022 FunnyGoblin F June 3, 2020, 8:46 a.m. OK GNU C++17 TESTS 51 1075 9216000 2900
81808154 _overrated_ F May 28, 2020, 4:50 p.m. OK GNU C++17 TESTS 51 1076 5017600 2900
81807565 Elegia F May 28, 2020, 4:48 p.m. OK GNU C++17 TESTS 51 1107 4710400 2900
81813672 neal F May 28, 2020, 5:23 p.m. OK GNU C++17 (64) TESTS 51 327 8601600 2900
81813383 neal F May 28, 2020, 5:21 p.m. OK GNU C++17 (64) TESTS 51 327 8601600 2900
81815367 neal F May 28, 2020, 5:38 p.m. OK GNU C++17 (64) TESTS 51 342 8601600 2900
81824336 Arayi F May 28, 2020, 7:21 p.m. OK GNU C++17 (64) TESTS 51 373 8601600 2900
81823882 _sponge_bob_ F May 28, 2020, 7:14 p.m. OK GNU C++17 (64) TESTS 51 373 8601600 2900
81888329 mathusalen F May 29, 2020, 1:19 p.m. OK GNU C++17 (64) TESTS 51 592 9011200 2900
81888151 mathusalen F May 29, 2020, 1:16 p.m. OK GNU C++17 (64) TESTS 51 623 9011200 2900
81808204 Elegia F May 28, 2020, 4:50 p.m. OK GNU C++17 (64) TESTS 51 624 7680000 2900
81808522 Elegia F May 28, 2020, 4:52 p.m. OK GNU C++17 (64) TESTS 51 686 7680000 2900
81807836 Elegia F May 28, 2020, 4:49 p.m. OK GNU C++17 (64) TESTS 51 686 7680000 2900
81868329 synapse F May 29, 2020, 9:20 a.m. OK Go TESTS 51 5537 819200 2900
81858804 synapse F May 29, 2020, 7:22 a.m. OK Go TESTS 51 5537 1024000 2900
81861350 synapse F May 29, 2020, 7:50 a.m. OK Go TESTS 51 5631 1024000 2900
81861554 synapse F May 29, 2020, 7:53 a.m. OK Go TESTS 51 5974 1024000 2900
81831865 uwi F May 28, 2020, 9:57 p.m. OK Java 11 TESTS 51 3665 3788800 2900
81831819 uwi F May 28, 2020, 9:56 p.m. OK Java 11 TESTS 51 4008 3788800 2900
81871153 PizzaLovers007 F May 29, 2020, 9:52 a.m. OK Java 11 TESTS 51 4617 3379200 2900
81848442 mikit F May 29, 2020, 5:14 a.m. OK Java 11 TESTS 51 5179 0 2900

remove filters

Back to search problems