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.
Problems
Solved$ |
Index |
Name |
Type |
Tags |
Community Tag |
Rating |
( 96 ) |
D |
Dijkstra |
PROGRAMMING |
|
|
|
B'This is an unusual problem in an unusual contest, here is the announcement: http://codeforces.com/blog/entry/73543 Find the distance between vertices 1 and n in an undirected weighted graph. The first line contains two integers n, m ( 1 <= q n, m <= q 2 cdot 10^5 ) -- the number of vertices and the number of edges. Each of the next m lines contain description of an edge a_i~b_i~cost_i ( 1 <= q a_i, b_i <= q n , 1 <= q cost_i <= q 10^9 ). Loops and multiple edges? Hmm, why not? Print one integer -- the answer to the problem. If there is no path, print -1 instead. '... |
Tutorials
Submissions
Submission Id |
Author(s) |
Index |
Submitted |
Verdict |
Language |
Test Set |
Tests Passed |
Time taken (ms) |
Memory Consumed (bytes) |
Tags |
Rating |
70199941 |
WZYYN |
D |
Feb. 4, 2020, 3:28 a.m. |
OK |
GNU C++11 |
TESTS |
35 |
156 |
9625600 |
|
|
70390661 |
cookiedoth |
D |
Feb. 5, 2020, 7:02 p.m. |
OK |
GNU C++11 |
TESTS |
35 |
420 |
11468800 |
|
|
70184784 |
turneja |
D |
Feb. 3, 2020, 9:16 p.m. |
OK |
GNU C++11 |
TESTS |
35 |
670 |
19763200 |
|
|
70505155 |
dapingguo8 |
D |
Feb. 7, 2020, 1:19 p.m. |
OK |
GNU C++11 |
TESTS |
35 |
1185 |
16486400 |
|
|
70172635 |
BigBag Mustang98 shanin |
D |
Feb. 3, 2020, 5:45 p.m. |
OK |
GNU C++11 |
TESTS |
35 |
1216 |
15564800 |
|
|
70172984 |
tokitsukaze winterzz1 |
D |
Feb. 3, 2020, 5:49 p.m. |
OK |
GNU C++14 |
TESTS |
35 |
140 |
18841600 |
|
|
70184918 |
nikolapesic2802 |
D |
Feb. 3, 2020, 9:20 p.m. |
OK |
GNU C++14 |
TESTS |
35 |
249 |
15769600 |
|
|
70377034 |
ngvan1612 |
D |
Feb. 5, 2020, 4:35 p.m. |
OK |
GNU C++14 |
TESTS |
35 |
264 |
16691200 |
|
|
70165779 |
Jeffrey |
D |
Feb. 3, 2020, 4:26 p.m. |
OK |
GNU C++14 |
TESTS |
35 |
265 |
11571200 |
|
|
70450090 |
misir |
D |
Feb. 6, 2020, 4:10 p.m. |
OK |
GNU C++14 |
TESTS |
35 |
312 |
14950400 |
|
|
70178134 |
Binary_Search_Tree Kylin_ 9baka_Cirno |
D |
Feb. 3, 2020, 7:08 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
140 |
10240000 |
|
|
70186478 |
huzecong |
D |
Feb. 3, 2020, 10:19 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
171 |
13004800 |
|
|
70318368 |
codelegend |
D |
Feb. 4, 2020, 10:09 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
233 |
11571200 |
|
|
70170852 |
Radewoosh |
D |
Feb. 3, 2020, 5:22 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
234 |
31539200 |
|
|
70170466 |
Ekler Um_nik KAN |
D |
Feb. 3, 2020, 5:17 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
249 |
11468800 |
|
|
70172215 |
AndreySergunin Nebuchadnezzar amethyst0 |
D |
Feb. 3, 2020, 5:40 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
249 |
11776000 |
|
|
70175979 |
dimas.kovas |
D |
Feb. 3, 2020, 6:31 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
264 |
15974400 |
|
|
70174795 |
jiangly |
D |
Feb. 3, 2020, 6:14 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
265 |
10854400 |
|
|
70172477 |
Scissors_Ss LoNgLoNgDoUblE pogson |
D |
Feb. 3, 2020, 5:43 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
265 |
11571200 |
|
|
70169418 |
Elegia |
D |
Feb. 3, 2020, 5:05 p.m. |
OK |
GNU C++17 |
TESTS |
35 |
265 |
11571200 |
|
|
70467731 |
YahiaMostafa |
D |
Feb. 6, 2020, 9:22 p.m. |
OK |
Java 11 |
TESTS |
35 |
763 |
38297600 |
|
|
71091650 |
sakapon |
D |
Feb. 15, 2020, 2:06 a.m. |
OK |
Mono C# |
TESTS |
35 |
732 |
44544000 |
|
|
remove filters
Back to search problems