Educational Codeforces Round 95 (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
1418 Educational Codeforces Round 95 (Rated for Div. 2) FINISHED False 7200 137085863 Sept. 14, 2020, 2:35 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 377 ) F Equal Product PROGRAMMING data structures math number theory two pointers

B"You are given four integers n , m , l and r . Let's name a tuple (x_1, y_1, x_2, y_2) as good if: Find any good tuple for each x_1 from 1 to n inclusive. The first line contains two integers n and m ( 1 <= n, m <= 2 cdot 10^5 ). The second line contains two integers l and r ( 1 <= l <= r <= nm ). For each x_1 from 1 to n inclusive: "...

Tutorials

Unofficial Editorial for Educational Round 95 (Div. 2)

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
92857406 rainboy F Sept. 14, 2020, 8:01 p.m. OK GNU C11 TESTS 60 1122 22528000
92844024 Abrar_Hussain_Dar F Sept. 14, 2020, 5:09 p.m. OK GNU C++11 TESTS 60 1918 7577600
92848443 Black.n.White F Sept. 14, 2020, 5:57 p.m. OK GNU C++14 TESTS 60 420 39526400
92848067 Black.n.White F Sept. 14, 2020, 5:53 p.m. OK GNU C++14 TESTS 60 468 39526400
92861803 idontreallyknow F Sept. 14, 2020, 10:34 p.m. OK GNU C++14 TESTS 60 873 74342400
92863465 greencis F Sept. 15, 2020, 12:10 a.m. OK GNU C++17 TESTS 60 155 2457600
92854209 tourist F Sept. 14, 2020, 7:11 p.m. OK GNU C++17 TESTS 60 249 6348800
92868845 NephrenRuqInsania F Sept. 15, 2020, 3:29 a.m. OK GNU C++17 TESTS 60 265 20275200
92861660 rainboy F Sept. 14, 2020, 10:26 p.m. OK GNU C++17 TESTS 60 374 22528000
92867320 NephrenRuqInsania F Sept. 15, 2020, 2:45 a.m. OK GNU C++17 TESTS 60 546 20275200
92834940 Molewus F Sept. 14, 2020, 4:13 p.m. OK GNU C++17 TESTS 60 935 7782400
92873002 AlexFetisov F Sept. 15, 2020, 5:12 a.m. OK GNU C++17 TESTS 60 997 12390400
92869618 BrayanD F Sept. 15, 2020, 3:50 a.m. OK GNU C++17 TESTS 60 1606 110796800
92851096 SumanPradhan F Sept. 14, 2020, 6:28 p.m. OK GNU C++17 TESTS 60 1856 7782400
92869464 BrayanD F Sept. 15, 2020, 3:45 a.m. OK GNU C++17 TESTS 60 1918 108339200
92851325 sh1194 F Sept. 14, 2020, 6:31 p.m. OK GNU C++17 (64) TESTS 60 296 39424000
92841080 Heltion F Sept. 14, 2020, 4:43 p.m. OK GNU C++17 (64) TESTS 60 311 39424000
92857415 rainboy F Sept. 14, 2020, 8:01 p.m. OK GNU C++17 (64) TESTS 60 312 25088000
92870799 jiangly F Sept. 15, 2020, 4:20 a.m. OK GNU C++17 (64) TESTS 60 373 33894400
92848332 zlc1114 F Sept. 14, 2020, 5:55 p.m. OK GNU C++17 (64) TESTS 60 467 33792000
92846498 neal F Sept. 14, 2020, 5:34 p.m. OK GNU C++17 (64) TESTS 60 483 7987200
92864691 David_Garcia F Sept. 15, 2020, 1:10 a.m. OK GNU C++17 (64) TESTS 60 561 120524800
92847130 neal F Sept. 14, 2020, 5:41 p.m. OK GNU C++17 (64) TESTS 60 608 7987200
92845726 m_99 F Sept. 14, 2020, 5:26 p.m. OK GNU C++17 (64) TESTS 60 608 52736000
92847007 neal F Sept. 14, 2020, 5:40 p.m. OK GNU C++17 (64) TESTS 60 639 11059200
92847307 uwi F Sept. 14, 2020, 5:43 p.m. OK Java 11 TESTS 60 1747 6041600
92846813 uwi F Sept. 14, 2020, 5:38 p.m. OK Java 11 TESTS 60 1871 6041600

remove filters

Back to search problems