Codeforces Round 190 (Div. 1)

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
321 Codeforces Round 190 (Div. 1) FINISHED False 7200 359389799 June 28, 2013, 3:30 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 547 ) D Ciel and Flipboard PROGRAMMING dp greedy math 2900

B"Fox Ciel has a board with n rows and n columns, there is one integer in each cell. It's known that n is an odd number, so let's introduce . Fox Ciel can do the following operation many times: she choose a sub-board with size x rows and x columns, then all numbers in it will be multiplied by -1. Return the maximal sum of numbers in the board that she can get by these operations. The first line contains an integer n, (1 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89n xe2 x80 x89 xe2 x89 xa4 xe2 x80 x8933, and n is an odd integer) -- the size of the board. Each of the next n lines contains n integers -- the numbers in the board. Each number doesn't exceed 1000 by its absolute value. Output a single integer: the maximal sum of numbers in the board that can be accomplished. In the first test, we can apply this operation twice: first on the top left 2 xe2 x80 x89 xc3 x97 xe2 x80 x892 sub-board, then on the bottom right 2 xe2 x80 x89 xc3 x97 xe2 x80 x892 sub-board. Then all numbers will become positive. "...

Tutorials

Codeforces Round #190 — Editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
15468283 vjudge3 D Jan. 21, 2016, 12:37 p.m. OK FPC TESTS 41 342 0 2900
15468294 yinlingfeng D Jan. 21, 2016, 12:38 p.m. OK FPC TESTS 41 342 0 2900
15468269 vjudge5 D Jan. 21, 2016, 12:35 p.m. OK FPC TESTS 41 374 0 2900
4010406 PeterTong97 D July 4, 2013, 9:02 a.m. OK FPC TESTS 41 578 102400 2900
15142367 HappyNewYearMike D Dec. 31, 2015, 10:24 p.m. OK GNU C++ TESTS 41 248 0 2900
14052359 130705009 D Nov. 4, 2015, 6:47 a.m. OK GNU C++ TESTS 41 248 0 2900
10366983 pwecar D March 20, 2015, 1:46 p.m. OK GNU C++ TESTS 41 248 0 2900
21257385 bblss135 D Oct. 7, 2016, 12:25 p.m. OK GNU C++ TESTS 41 280 2048000 2900
30827587 aufeas D Sept. 29, 2017, 12:10 p.m. OK GNU C++ TESTS 41 312 0 2900
4395246 heyihong D Sept. 2, 2013, 1:39 a.m. OK GNU C++ TESTS 41 312 102400 2900
11707164 jiaqiyang D June 22, 2015, 9:36 a.m. OK GNU C++ TESTS 41 342 0 2900
15421312 hzt1 D Jan. 18, 2016, 4:50 a.m. OK GNU C++ TESTS 41 374 0 2900
41291159 xymtxdy D Aug. 7, 2018, 3:09 a.m. OK GNU C++ TESTS 41 374 0 2900
11709382 jxt D June 22, 2015, 12:55 p.m. OK GNU C++ TESTS 41 374 0 2900
9827627 -XraY- D Feb. 14, 2015, 1:40 p.m. OK GNU C++0x TESTS 41 374 0 2900
9331079 equation314 D Dec. 31, 2014, 7:05 a.m. OK GNU C++0x TESTS 41 624 0 2900
9071535 Marcin_smu D Dec. 10, 2014, 12:39 p.m. OK GNU C++0x TESTS 41 624 0 2900
4111828 ArkChar D July 20, 2013, 11:46 a.m. OK GNU C++0x TESTS 41 812 102400 2900
4214335 error202 D Aug. 1, 2013, 2:03 p.m. OK GNU C++0x TESTS 41 998 0 2900
3989019 betalife37 D June 29, 2013, 4:29 a.m. OK GNU C++0x TESTS 41 1015 0 2900
9071621 Swistakk D Dec. 10, 2014, 12:49 p.m. OK GNU C++0x TESTS 41 1058 0 2900
8554755 zshi D Nov. 5, 2014, 6:56 a.m. OK GNU C++0x TESTS 41 1560 0 2900
6566149 foreseeable D May 7, 2014, 9:47 a.m. OK GNU C++0x TESTS 41 3088 0 2900
12469780 ntu_vjudge_1 D Aug. 11, 2015, 5:43 p.m. OK GNU C++11 TESTS 41 92 0 2900
40989754 ReaLNero1 D July 30, 2018, 11:15 p.m. OK GNU C++11 TESTS 41 124 0 2900
34933581 snowflake D Feb. 5, 2018, 4:26 a.m. OK GNU C++11 TESTS 41 248 2048000 2900
26457796 vjudge1 D April 17, 2017, 2:51 p.m. OK GNU C++11 TESTS 41 248 2150400 2900
17131273 freebsdx D April 2, 2016, 1:55 p.m. OK GNU C++11 TESTS 41 280 2252800 2900
12487960 ntu_vjudge_1 D Aug. 13, 2015, 6:55 a.m. OK GNU C++11 TESTS 41 312 0 2900
54065597 luogu_bot5 D May 13, 2019, 1:17 p.m. OK GNU C++11 TESTS 41 312 0 2900
15510238 CircuitCoder D Jan. 23, 2016, 7:48 a.m. OK GNU C++11 TESTS 41 312 0 2900
12487950 paulwang D Aug. 13, 2015, 6:54 a.m. OK GNU C++11 TESTS 41 312 0 2900
16868933 fqw D March 22, 2016, 11:16 a.m. OK GNU C++11 TESTS 41 312 2048000 2900
54064660 hdhd D May 13, 2019, 12:50 p.m. OK GNU C++14 TESTS 41 312 204800 2900
25408371 gs12117 D March 11, 2017, 2:27 p.m. OK GNU C++14 TESTS 41 342 1945600 2900
56388684 Scut82 D July 1, 2019, 11:38 a.m. OK GNU C++14 TESTS 41 372 0 2900
35677064 nanicode D Feb. 25, 2018, 11:31 a.m. OK GNU C++14 TESTS 41 468 2457600 2900
23661365 Ali.Pi D Jan. 9, 2017, 7:05 a.m. OK GNU C++14 TESTS 41 498 1945600 2900
50773539 std_algorithm D March 4, 2019, 6:50 a.m. OK GNU C++14 TESTS 41 748 307200 2900
67271986 ElangBondol D Dec. 20, 2019, 8:41 a.m. OK GNU C++14 TESTS 41 778 0 2900
26129377 hoangvud D April 4, 2017, 5:48 p.m. OK GNU C++14 TESTS 41 780 1945600 2900
22288231 SakurakoujiRuna D Nov. 17, 2016, 12:45 p.m. OK GNU C++14 TESTS 41 1620 0 2900
35940381 boook D March 4, 2018, 4:52 p.m. OK GNU C++14 TESTS 41 2028 1945600 2900
40032149 kczno1 D July 6, 2018, 1:51 p.m. OK GNU C++17 TESTS 41 62 8704000 2900
45452977 Lemur95 D Nov. 8, 2018, 5:11 p.m. OK GNU C++17 TESTS 41 248 0 2900
53664620 ruo D May 2, 2019, 9:38 a.m. OK GNU C++17 TESTS 41 842 102400 2900
51072049 Trisolaris D March 9, 2019, 8:03 a.m. OK GNU C++17 TESTS 41 966 102400 2900
38320127 shiratty8 D May 16, 2018, 12:07 p.m. OK GNU C++17 TESTS 41 1840 3686400 2900
58144785 Benq D Aug. 1, 2019, 8:16 p.m. OK GNU C++17 TESTS 41 2306 204800 2900
4034524 coderbd D July 7, 2013, 11:21 a.m. OK Java 6 TESTS 41 2250 0 2900
4033500 sabolaji D July 7, 2013, 7:05 a.m. OK Java 7 TESTS 41 718 204800 2900
7068195 owenomar D July 12, 2014, 9:56 a.m. OK Java 7 TESTS 41 996 102400 2900
6925049 winger D June 19, 2014, 9:34 p.m. OK Java 8 TESTS 41 1714 204800 2900
4081246 aa2985759 D July 16, 2013, 1:57 p.m. OK MS C++ TESTS 41 140 0 2900
3993839 Vedensky D June 29, 2013, 8:35 p.m. OK MS C++ TESTS 41 265 0 2900
3984131 al13n D June 28, 2013, 5:26 p.m. OK MS C++ TESTS 41 609 0 2900
4650596 Seyaua D Oct. 3, 2013, 4:18 p.m. OK MS C++ TESTS 41 842 0 2900
4650591 Seyaua D Oct. 3, 2013, 4:17 p.m. OK MS C++ TESTS 41 872 0 2900
25346635 DEGwer D March 8, 2017, 5:31 p.m. OK MS C++ TESTS 41 872 2048000 2900
4568141 seen D Sept. 26, 2013, 3:30 p.m. OK MS C++ TESTS 41 1278 0 2900
4568136 lzsb D Sept. 26, 2013, 3:28 p.m. OK MS C++ TESTS 41 1310 0 2900
6059301 OCTCe D March 18, 2014, 6 a.m. OK MS C++ TESTS 41 3338 0 2900

remove filters

Back to search problems