Educational Codeforces Round 100 (Rated for 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
1463 Educational Codeforces Round 100 (Rated for Div. 2) FINISHED False 7200 123607499 Dec. 17, 2020, 2:35 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 602 ) F Max Correct Set PROGRAMMING bitmasks dp

B"Let's call the set of positive integers S correct if the following two conditions are met: For the given values n , x , and y , you have to find the maximum size of the correct set. A single line contains three integers n , x and y ( 1 <= n <= 10^9 ; 1 <= x, y <= 22 ). Print one integer -- the maximum size of the correct set. "...

Tutorials

Educational Codeforces Round 100 Editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
101589526 Ankit_2399 F Dec. 17, 2020, 6:44 p.m. OK GNU C++14 TESTS 202 280 20377600
101584979 Daniil_s2016 F Dec. 17, 2020, 5:33 p.m. OK GNU C++14 TESTS 202 405 20377600
101581510 dlalswp25 F Dec. 17, 2020, 4:54 p.m. OK GNU C++14 TESTS 202 405 20377600
101580696 hank55663 F Dec. 17, 2020, 4:47 p.m. OK GNU C++14 TESTS 202 1092 0
101598508 SuperJ6 F Dec. 17, 2020, 11:06 p.m. OK GNU C++14 TESTS 203 1341 33587200
101603426 Devil F Dec. 18, 2020, 3 a.m. OK GNU C++14 TESTS 203 3618 33587200
101603376 Devil F Dec. 18, 2020, 2:58 a.m. OK GNU C++14 TESTS 203 3931 33587200
101603301 Devil F Dec. 18, 2020, 2:56 a.m. OK GNU C++14 TESTS 203 3993 33587200
101603086 Devil F Dec. 18, 2020, 2:48 a.m. OK GNU C++14 TESTS 203 3993 33587200
101608378 AbdurashidZhez F Dec. 18, 2020, 5:07 a.m. OK GNU C++17 TESTS 203 265 20377600
101588611 Ronnie007 F Dec. 17, 2020, 6:28 p.m. OK GNU C++17 TESTS 202 1949 33587200
101595400 humbertoyusta F Dec. 17, 2020, 8:59 p.m. OK GNU C++17 TESTS 203 2105 100864000
101599774 Lezedary_sandwich F Dec. 18, 2020, 12:15 a.m. OK GNU C++17 TESTS 203 2152 239923200
101580567 Mbfibat F Dec. 17, 2020, 4:46 p.m. OK GNU C++17 TESTS 202 2838 67276800
101581595 Mbfibat F Dec. 17, 2020, 4:55 p.m. OK GNU C++17 TESTS 202 2947 67276800
101598698 thanhan F Dec. 17, 2020, 11:16 p.m. OK GNU C++17 TESTS 203 3931 35635200
101582559 dreamoon_love_AA F Dec. 17, 2020, 5:03 p.m. OK GNU C++17 TESTS 202 3946 16793600
101588873 tfg F Dec. 17, 2020, 6:32 p.m. OK GNU C++17 TESTS 202 3946 33689600
101582480 gisp_zjz F Dec. 17, 2020, 5:03 p.m. OK GNU C++17 TESTS 202 3977 35635200
101602968 neal F Dec. 18, 2020, 2:44 a.m. OK GNU C++17 (64) TESTS 203 31 0
101602931 neal F Dec. 18, 2020, 2:43 a.m. OK GNU C++17 (64) TESTS 203 31 0
101602095 ecnerwala F Dec. 18, 2020, 2:11 a.m. OK GNU C++17 (64) TESTS 203 31 0
101602047 ecnerwala F Dec. 18, 2020, 2:09 a.m. OK GNU C++17 (64) TESTS 203 31 0
101594099 neal F Dec. 17, 2020, 8:25 p.m. OK GNU C++17 (64) TESTS 203 561 33689600
101587172 noimi F Dec. 17, 2020, 6:05 p.m. OK GNU C++17 (64) TESTS 202 1060 33689600
101587367 noimi F Dec. 17, 2020, 6:08 p.m. OK GNU C++17 (64) TESTS 202 1216 33689600
101601475 fastfurioustransform F Dec. 18, 2020, 1:42 a.m. OK GNU C++17 (64) TESTS 203 1216 67276800
101602440 Marckess F Dec. 18, 2020, 2:25 a.m. OK GNU C++17 (64) TESTS 203 1325 33587200
101581978 Geothermal F Dec. 17, 2020, 4:58 p.m. OK GNU C++17 (64) TESTS 202 1513 33587200
101587786 Aram_2001 F Dec. 17, 2020, 6:14 p.m. OK MS C++ 2017 TESTS 202 1201 33689600
101599778 Megalitum F Dec. 18, 2020, 12:15 a.m. OK MS C++ 2017 TESTS 203 2121 16793600
101602589 ecnerwala F Dec. 18, 2020, 2:31 a.m. OK PyPy 3 TESTS 203 156 0
101602369 ecnerwala F Dec. 18, 2020, 2:23 a.m. OK PyPy 3 TESTS 203 156 0

remove filters

Back to search problems