Helvetic Coding Contest 2019 online mirror (teams allowed, unrated)

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
1184 Helvetic Coding Contest 2019 online mirror (teams allowed, unrated) FINISHED False 16200 169340099 July 7, 2019, 7:05 a.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 950 ) E2 Daleks' Invasion (medium) PROGRAMMING dfs and similar graphs shortest paths trees 2200

B"After a successful field test, Heidi is considering deploying a trap along some Corridor, possibly not the first one. She wants to avoid meeting the Daleks inside the Time Vortex, so for abundance of caution she considers placing the traps only along those Corridors that are not going to be used according to the current Daleks' plan xe2 x80 x93 which is to use a minimum spanning tree of Corridors. Heidi knows that all energy requirements for different Corridors are now different, and that the Daleks have a single unique plan which they are intending to use. Your task is to calculate the number E_{max}(c) , which is defined in the same way as in the easy version xe2 x80 x93 i.e., the largest e <= 10^9 such that if we changed the energy of corridor c to e , the Daleks might use it xe2 x80 x93 but now for every corridor that Heidi considers. The first line: number n of destinations, number m of Time Corridors ( 2 <= q n <= q 10^5 , n - 1 <= q m <= q 10^6 ). The next m lines: destinations a , b and energy e ( 1 <= q a, b <= q n , a neq b , 0 <= q e <= q 10^9 ). No pair {a, b } will repeat. The graph is guaranteed to be connected. All energy requirements e are distinct. Output m-(n-1) lines, each containing one integer: E_{max}(c_i) for the i -th Corridor c_i from the input that is not part of the current Daleks' plan (minimum spanning tree). If m = n-1 , then you need not output anything. "...

Tutorials

helvetic-coding-contest-2019-editorial.pdf

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
56768907 crawarb E2 July 9, 2019, 8:07 p.m. OK GNU C++11 TESTS 78 889 30412800 2200
56715022 crawarb E2 July 8, 2019, 2:19 p.m. OK GNU C++11 TESTS 78 982 34611200 2200
56660411 mmh bdzxt zhushaoben E2 July 7, 2019, 9:42 a.m. OK GNU C++11 TESTS 78 1028 56012800 2200
56655913 KawamotoHinata yyf0309 KiriyamaRei E2 July 7, 2019, 8:38 a.m. OK GNU C++11 TESTS 78 1028 78028800 2200
56865124 Big_black_jujube E2 July 12, 2019, 2:31 a.m. OK GNU C++11 TESTS 78 1044 60620800 2200
69454901 sfiction E2 Jan. 24, 2020, 8:07 a.m. OK GNU C++11 TESTS 78 1060 43724800 2200
56652986 Hazyknight Elegia hychyc E2 July 7, 2019, 8:04 a.m. OK GNU C++11 TESTS 78 1091 56115200 2200
57709750 py_ultron E2 July 24, 2019, 10:48 p.m. OK GNU C++11 TESTS 78 1091 201011200 2200
56653377 KMAASZRAA MAMBA E2 July 7, 2019, 8:08 a.m. OK GNU C++11 TESTS 78 1122 200704000 2200
56662036 G20202502 G20202501 ryzjyz E2 July 7, 2019, 10:10 a.m. OK GNU C++11 TESTS 78 1138 67993600 2200
56666802 wa006 E2 July 7, 2019, 11:25 a.m. OK GNU C++14 TESTS 78 920 142028800 2200
57466516 jugol McDic Minju E2 July 21, 2019, 3:48 p.m. OK GNU C++14 TESTS 78 1107 42496000 2200
56657671 dream_maker wxhfzyqwq jerome_wei E2 July 7, 2019, 9:01 a.m. OK GNU C++14 TESTS 78 1154 140595200 2200
56813326 didgogns E2 July 10, 2019, 5:34 p.m. OK GNU C++14 TESTS 78 1388 190464000 2200
56655665 krijgertje E2 July 7, 2019, 8:35 a.m. OK GNU C++14 TESTS 78 1419 46694400 2200
56812573 didgogns E2 July 10, 2019, 5:06 p.m. OK GNU C++14 TESTS 78 1419 214528000 2200
56662010 MrBrionix MyK_00L simpatine E2 July 7, 2019, 10:09 a.m. OK GNU C++14 TESTS 78 1434 48537600 2200
56656047 nakano suibaka kazuma E2 July 7, 2019, 8:40 a.m. OK GNU C++14 TESTS 78 1435 32972800 2200
57812051 Lagrang3 E2 July 26, 2019, 5:49 p.m. OK GNU C++14 TESTS 78 1481 44236800 2200
56671696 capsule E2 July 7, 2019, 1:25 p.m. OK GNU C++14 TESTS 78 1482 48537600 2200
56859583 Antoine E2 July 11, 2019, 8:52 p.m. OK GNU C++17 TESTS 78 1185 43827200 2200
56859465 Antoine E2 July 11, 2019, 8:46 p.m. OK GNU C++17 TESTS 78 1216 43520000 2200
56755375 INVWVZ SaSa E2 July 9, 2019, 1:39 p.m. OK GNU C++17 TESTS 78 1216 201523200 2200
58193290 rodz E2 Aug. 2, 2019, 9:13 p.m. OK GNU C++17 TESTS 78 1279 45670400 2200
63895471 zzq233 E2 Oct. 31, 2019, 1:37 a.m. OK GNU C++17 TESTS 78 1325 57651200 2200
56654227 JOHNKRAM E2 July 7, 2019, 8:18 a.m. OK GNU C++17 TESTS 78 1356 48742400 2200
56711249 Veladus E2 July 8, 2019, 12:49 p.m. OK GNU C++17 TESTS 78 1357 82636800 2200
57484623 introibo E2 July 22, 2019, 4:31 a.m. OK GNU C++17 TESTS 78 1372 24883200 2200
57483590 introibo E2 July 22, 2019, 3:51 a.m. OK GNU C++17 TESTS 78 1387 24883200 2200
69038307 LetItDie E2 Jan. 18, 2020, 9:32 a.m. OK GNU C++17 TESTS 78 1388 186572800 2200
56659457 sameep17264 E2 July 7, 2019, 9:27 a.m. OK Java 8 TESTS 78 1996 104755200 2200
56687205 Xylenox E2 July 8, 2019, 12:20 a.m. OK Java 8 TESTS 78 2932 100761600 2200
56661771 ATSTNG Musin E2 July 7, 2019, 10:06 a.m. OK Java 8 TESTS 78 3057 172544000 2200
56679111 its_aks_ulure E2 July 7, 2019, 5:13 p.m. OK Java 8 TESTS 78 3072 114995200 2200
59246452 beginner1010 E2 Aug. 22, 2019, 12:20 a.m. OK Java 8 TESTS 78 3104 194969600 2200
56652367 insert_cool_handle E2 July 7, 2019, 7:57 a.m. OK Java 8 TESTS 78 3619 68403200 2200
56666083 peregrinus BrainFreeze E2 July 7, 2019, 11:15 a.m. OK Mono C# TESTS 78 11013 203468800 2200
58170385 nik1998 E2 Aug. 2, 2019, 11:02 a.m. OK MS C++ 2017 TESTS 78 4336 88268800 2200

remove filters

Back to search problems