Bubble Cup 8 - Finals [Online Mirror]

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
575 Bubble Cup 8 - Finals [Online Mirror] FINISHED False 18000 295912787 Sept. 6, 2015, 8 a.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 908 ) G Run for beer PROGRAMMING dfs and similar shortest paths 2400

B'People in BubbleLand like to drink beer. Little do you know, beer here is so good and strong that every time you drink it your speed goes 10 times slower than before you drank it. Birko lives in city Beergrade, but wants to go to city Beerburg. You are given a road map of BubbleLand and you need to find the fastest way for him. When he starts his journey in Beergrade his speed is 1. When he comes to a new city he always tries a glass of local beer, which divides his speed by 10. The question here is what the minimal time for him to reach Beerburg is. If there are several paths with the same minimal time, pick the one that has least roads on it. If there is still more than one path, pick any. It is guaranteed that there will be at least one path from Beergrade to Beerburg. The first line of input contains integer N -- the number of cities in Bubbleland and integer M -- the number of roads in this country. Cities are enumerated from 0 to N xe2 x80 x89- xe2 x80 x891, with city 0 being Beergrade, and city N xe2 x80 x89- xe2 x80 x891 being Beerburg. Each of the following M lines contains three integers a, b (a xe2 x80 x89 xe2 x89 xa0 xe2 x80 x89b) and len. These numbers indicate that there is a bidirectional road between cities a and b with length len. The first line of output should contain minimal time needed to go from Beergrade to Beerburg. The second line of the output should contain the number of cities on the path from Beergrade to Beerburg that takes minimal time. The third line of output should contain the numbers of cities on this path in the order they are visited, separated by spaces.'...

Tutorials

Bubble Cup finals 2015 Results and Editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
12866254 popoffka Alex_2oo8 JustN G Sept. 6, 2015, 10 a.m. OK FPC TESTS 32 342 9625600 2400
20559940 AkaneSasu G Sept. 13, 2016, 4:28 a.m. OK GNU C++ TESTS 32 31 5529600 2400
29333996 vjudge4 G Aug. 10, 2017, 4:18 p.m. OK GNU C++ TESTS 32 31 7680000 2400
12904877 dnvtmf G Sept. 9, 2015, 3:11 a.m. OK GNU C++ TESTS 32 46 4198400 2400
40986174 ReaLNero1 G July 30, 2018, 8:23 p.m. OK GNU C++ TESTS 32 46 5529600 2400
29328324 vjudge5 G Aug. 10, 2017, 2:07 p.m. OK GNU C++ TESTS 32 46 7782400 2400
12869806 faebdc G Sept. 6, 2015, 11:54 a.m. OK GNU C++ TESTS 32 46 9728000 2400
16865634 RNS_JKS G March 22, 2016, 3:01 a.m. OK GNU C++ TESTS 32 46 20582400 2400
20167574 Timsel G Aug. 26, 2016, 4:06 a.m. OK GNU C++ TESTS 32 61 69222400 2400
16381147 vjudge1 G Feb. 27, 2016, 11:47 a.m. OK GNU C++ TESTS 32 62 5427200 2400
38971641 stonepage G June 5, 2018, 2:41 p.m. OK GNU C++ TESTS 32 62 9523200 2400
12886317 FizzyDavid G Sept. 7, 2015, 3:19 p.m. OK GNU C++11 TESTS 32 31 14438400 2400
14698101 Meowww G Dec. 8, 2015, 12:54 p.m. OK GNU C++11 TESTS 32 46 5734400 2400
14697474 Meowww G Dec. 8, 2015, 12:03 p.m. OK GNU C++11 TESTS 32 46 5734400 2400
64909095 vjudge2 G Nov. 15, 2019, 1:31 a.m. OK GNU C++11 TESTS 32 46 9318400 2400
58153146 NAH2005 G Aug. 2, 2019, 3:53 a.m. OK GNU C++11 TESTS 32 46 67174400 2400
64909121 Glu_TtoNy G Nov. 15, 2019, 1:32 a.m. OK GNU C++11 TESTS 32 61 9420800 2400
50510969 vjudge4 G Feb. 26, 2019, 12:31 a.m. OK GNU C++11 TESTS 32 61 10137600 2400
12877228 Svyat G Sept. 6, 2015, 8:32 p.m. OK GNU C++11 TESTS 32 62 5836800 2400
62350624 luogu_bot4 G Oct. 11, 2019, 9:10 a.m. OK GNU C++11 TESTS 32 62 6451200 2400
50478568 vjudge2 G Feb. 25, 2019, 7:37 a.m. OK GNU C++11 TESTS 32 62 6963200 2400
62255148 vjudge4 G Oct. 10, 2019, 10:33 a.m. OK GNU C++14 TESTS 32 61 10342400 2400
62250856 An_Account G Oct. 10, 2019, 9:13 a.m. OK GNU C++14 TESTS 32 78 7372800 2400
49885337 sepehr81 G Feb. 13, 2019, 8:47 p.m. OK GNU C++14 TESTS 32 93 6144000 2400
60909141 xzt_2 G Sept. 20, 2019, 4:44 a.m. OK GNU C++14 TESTS 32 93 6246400 2400
45144813 LODB---D G Oct. 31, 2018, 4:18 p.m. OK GNU C++14 TESTS 32 93 6246400 2400
47711365 U_U G Dec. 30, 2018, 3:54 a.m. OK GNU C++14 TESTS 32 93 6348800 2400
22161946 vjudge2 G Nov. 11, 2016, 11:49 a.m. OK GNU C++14 TESTS 32 93 6451200 2400
39328264 dp_user G June 17, 2018, 7:39 a.m. OK GNU C++14 TESTS 32 93 6656000 2400
35563409 universe_dawn G Feb. 22, 2018, 2:50 a.m. OK GNU C++14 TESTS 32 93 7782400 2400
33385183 4l5n3 G Dec. 18, 2017, 4:10 p.m. OK GNU C++14 TESTS 32 93 7987200 2400
56775731 qinding G July 10, 2019, 2:31 a.m. OK GNU C++17 TESTS 32 93 5836800 2400
55553114 vjudge1 G June 14, 2019, 8:23 a.m. OK GNU C++17 TESTS 32 93 5836800 2400
58151061 DerekFeng G Aug. 2, 2019, 2:36 a.m. OK GNU C++17 TESTS 32 93 6860800 2400
40730529 libra9z G July 25, 2018, 7:24 a.m. OK GNU C++17 TESTS 32 93 10752000 2400
47455877 eisen_shinzou G Dec. 24, 2018, 12:32 p.m. OK GNU C++17 TESTS 32 93 14438400 2400
66234713 ruo G Dec. 3, 2019, 3:42 p.m. OK GNU C++17 TESTS 32 93 16793600 2400
40767352 somebody_else G July 26, 2018, 7:04 a.m. OK GNU C++17 TESTS 32 108 6656000 2400
64850970 Mahdi_Shokoufi G Nov. 13, 2019, 7:37 p.m. OK GNU C++17 TESTS 32 108 7065600 2400
64465680 RUSH_D_CAT FO_OH F0_0H G Nov. 7, 2019, 11:40 a.m. OK GNU C++17 TESTS 32 108 7475200 2400
62348601 mzg1806 G Oct. 11, 2019, 8:34 a.m. OK GNU C++17 TESTS 32 108 8089600 2400
12872643 cvm G Sept. 6, 2015, 1:21 p.m. OK Java 7 TESTS 32 264 14438400 2400
12866801 tanzaku uwi G Sept. 6, 2015, 10:17 a.m. OK Java 8 TESTS 32 217 5324800 2400
12867113 Slamur G Sept. 6, 2015, 10:26 a.m. OK Java 8 TESTS 32 280 14745600 2400
12867053 alexey.enkov G Sept. 6, 2015, 10:25 a.m. OK Java 8 TESTS 32 405 50688000 2400
12874988 arechitsky G Sept. 6, 2015, 4:30 p.m. OK Java 8 TESTS 32 592 84992000 2400
13514147 camypaper G Oct. 9, 2015, 5:02 p.m. OK MS C# TESTS 32 124 21401600 2400
12880104 og.kostya G Sept. 7, 2015, 5:32 a.m. OK MS C# TESTS 32 171 25190400 2400
12869693 azukun G Sept. 6, 2015, 11:51 a.m. OK MS C# TESTS 32 327 90624000 2400
16899617 wa1tz719 G March 24, 2016, 12:16 a.m. OK MS C++ TESTS 32 78 7372800 2400
12868614 AnnKats93 Anarivu G Sept. 6, 2015, 11:16 a.m. OK MS C++ TESTS 32 93 7270400 2400
12870645 Oleg_Smirnov Perforator Roms G Sept. 6, 2015, 12:20 p.m. OK MS C++ TESTS 32 93 7782400 2400
12867389 CleRIC NVAL G Sept. 6, 2015, 10:37 a.m. OK MS C++ TESTS 32 93 7782400 2400
13294643 last_one G Sept. 29, 2015, 9:47 a.m. OK MS C++ TESTS 32 93 9728000 2400
12869171 vviital NuM artyom.kuis G Sept. 6, 2015, 11:34 a.m. OK MS C++ TESTS 32 93 10854400 2400
12914126 not_antony G Sept. 9, 2015, 7:07 p.m. OK MS C++ TESTS 32 124 12697600 2400
12866964 niksmiljkovic G Sept. 6, 2015, 10:22 a.m. OK MS C++ TESTS 32 124 12902400 2400
12871612 kingofnumbers BayHarborButcher G Sept. 6, 2015, 12:48 p.m. OK MS C++ TESTS 32 171 9523200 2400
13180169 Carups G Sept. 23, 2015, 7:24 a.m. OK MS C++ TESTS 32 171 69632000 2400
62248481 vjudge4 G Oct. 10, 2019, 8:10 a.m. OK MS C++ 2017 TESTS 32 295 6348800 2400

remove filters

Back to search problems