Codeforces Round 161 (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
263 Codeforces Round 161 (Div. 2) FINISHED False 7200 373472999 Jan. 16, 2013, 3:30 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 402 ) E Rhombus PROGRAMMING brute force data structures dp 2600

B"You've got a table of size n xe2 x80 x89 xc3 x97 xe2 x80 x89m. On the intersection of the i-th row (1 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89i xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89n) and the j-th column (1 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89j xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89m) there is a non-negative integer ai, xe2 x80 x89j. Besides, you've got a non-negative integer k. Your task is to find such pair of integers (a, xe2 x80 x89b) that meets these conditions: The first line contains three space-separated integers n, m and k (1 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89n, xe2 x80 x89m xe2 x80 x89 xe2 x89 xa4 xe2 x80 x891000, ). Next n lines each contains m integers: the j-th number on the i-th line equals ai, xe2 x80 x89j (0 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89ai, xe2 x80 x89j xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89106). The numbers in the lines are separated by spaces. Print the required pair of integers a and b. Separate the numbers by a space. If there are multiple correct answers, you are allowed to print any of them."...

Tutorials

Codeforces Round #161 Tutorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
39141128 none44353 E June 11, 2018, 8:38 a.m. OK GNU C++ TESTS 38 124 24064000 2600
40990305 ReaLNero1 E July 30, 2018, 11:47 p.m. OK GNU C++ TESTS 38 154 64102400 2600
39886304 xymtxdy E July 3, 2018, 7:24 a.m. OK GNU C++ TESTS 38 436 24576000 2600
40467555 LiangLJ E July 17, 2018, 7:35 a.m. OK GNU C++ TESTS 38 436 65228800 2600
38208282 vjudge2 E May 14, 2018, 7:38 a.m. OK GNU C++ TESTS 38 466 84480000 2600
38341670 Spylft E May 17, 2018, 8:05 a.m. OK GNU C++ TESTS 38 530 112742400 2600
35855952 ______u______ E March 2, 2018, 8:11 p.m. OK GNU C++ TESTS 38 2774 37376000 2600
35855902 ______n______ E March 2, 2018, 8:10 p.m. OK GNU C++ TESTS 38 2774 37376000 2600
35855427 _____i_____ E March 2, 2018, 8:01 p.m. OK GNU C++ TESTS 38 2774 37376000 2600
35855394 _____k_____ E March 2, 2018, 8:01 p.m. OK GNU C++ TESTS 38 2774 37376000 2600
68100215 shuashuawan E Jan. 3, 2020, 2:02 a.m. OK GNU C++11 TESTS 38 154 24268800 2600
67970685 cmwqf E Dec. 30, 2019, 2:54 p.m. OK GNU C++11 TESTS 38 154 93286400 2600
54412536 time_interspace E May 20, 2019, 10:44 a.m. OK GNU C++11 TESTS 38 156 84992000 2600
49891329 07_2018 E Feb. 14, 2019, 3:59 a.m. OK GNU C++11 TESTS 38 186 177561600 2600
50238523 snowflake E Feb. 20, 2019, 11:56 a.m. OK GNU C++11 TESTS 38 310 218214400 2600
68665989 vjudge4 E Jan. 12, 2020, 3:09 p.m. OK GNU C++11 TESTS 38 372 36556800 2600
67961422 vjudge3 E Dec. 30, 2019, 11:43 a.m. OK GNU C++11 TESTS 38 372 125542400 2600
37788414 rushcheyo E May 1, 2018, 5:10 a.m. OK GNU C++11 TESTS 38 404 31641600 2600
67991997 vjudge4 E Dec. 31, 2019, 5:37 a.m. OK GNU C++11 TESTS 38 404 76595200 2600
39943419 yasugongshang E July 4, 2018, 6 a.m. OK GNU C++11 TESTS 38 436 24576000 2600
67996647 Mackerel_Pike E Dec. 31, 2019, 8:32 a.m. OK GNU C++14 TESTS 38 498 52633600 2600
69246662 ly_61 E Jan. 21, 2020, 1:07 p.m. OK GNU C++14 TESTS 38 686 221286400 2600
54469765 NotNight E May 22, 2019, 4:20 a.m. OK GNU C++14 TESTS 38 1214 48435200 2600
67959506 MagicSpark E Dec. 30, 2019, 11 a.m. OK GNU C++14 TESTS 38 1340 64614400 2600
67961319 charlieyan E Dec. 30, 2019, 11:41 a.m. OK GNU C++14 TESTS 38 1496 48332800 2600
46639267 dasinlsb E Dec. 5, 2018, 8:40 a.m. OK GNU C++14 TESTS 38 2120 20275200 2600
67989588 vjudge3 E Dec. 31, 2019, 3:17 a.m. OK GNU C++17 TESTS 38 592 32358400 2600
68003256 luogu_bot1 E Dec. 31, 2019, 11:55 a.m. OK GNU C++17 TESTS 38 592 145715200 2600
50345745 Isrothy E Feb. 23, 2019, 6:14 a.m. OK GNU C++17 TESTS 38 686 128921600 2600
50345710 Isrothy E Feb. 23, 2019, 6:13 a.m. OK GNU C++17 TESTS 38 716 128921600 2600
68778900 gwq2017 E Jan. 14, 2020, 2:20 p.m. OK GNU C++17 TESTS 38 716 145408000 2600
67962421 vjudge4 E Dec. 30, 2019, 12:04 p.m. OK GNU C++17 TESTS 38 716 145408000 2600
56836408 hjk1030 E July 11, 2019, 9:17 a.m. OK GNU C++17 TESTS 38 748 81817600 2600
67961432 vjudge2 E Dec. 30, 2019, 11:43 a.m. OK GNU C++17 TESTS 38 1496 48332800 2600
67959230 vjudge3 E Dec. 30, 2019, 10:53 a.m. OK GNU C++17 TESTS 38 1528 12288000 2600
67959181 Tgiwx E Dec. 30, 2019, 10:52 a.m. OK GNU C++17 TESTS 38 1838 12288000 2600
68378754 teru E Jan. 7, 2020, 10:01 p.m. OK Mono C# TESTS 38 2056 65843200 2600
49891334 vjudge1 E Feb. 14, 2019, 3:59 a.m. OK MS C++ TESTS 38 716 177561600 2600

remove filters

Back to search problems