Codeforces Round 764 (Div. 3)

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
1624 Codeforces Round 764 (Div. 3) FINISHED False 8100 95441063 Jan. 10, 2022, 2:35 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 3423 ) F Interacdive Problem PROGRAMMING binary search constructive algorithms interactive

B"This problem is interactive. We decided to play a game with you and guess the number x ( 1 <= x < n ), where you know the number n . You can make queries like this: You win if you guess the current number with no more than 10 queries. The interaction begins by reading an integer n ( 2 < n <= 1000 ), which is written in the input data on its own line. Then you can make no more than 10 queries. To make a query, print on a separate line: Print the answer, like the queries, on a separate line. The answer doesn't count in number of queries. To output it, use the following format: After that, your program should exit. You have to use a flush operation right after printing each line. For example, in C++ you should use the function fflush(stdout), in Java -- System.out.flush(), in Pascal -- flush(output) and in Python -- sys.stdout.flush(). Note that the interactor is not responsive. To make a hack, use the following format: a single line must contain two numbers x and n , separated by a space. In the first sample initially x = 2 . After the first query x = 3 , lfloor frac{x}{n} rfloor = 1 . In the second sample also initially x = 2 . After the first query x = 3 , lfloor frac{x}{n} rfloor = 0 . After the second query x = 4 , lfloor frac{x}{n} rfloor = 0 . After the third query x=5 , lfloor frac{x}{n} rfloor = 1 . "...

Tutorials

Codeforces Round #764 (Div. 3) Editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
142297229 lazychen F Jan. 10, 2022, 5:55 p.m. OK GNU C11 TESTS 53 15 0
142303182 swayingdream F Jan. 10, 2022, 7:09 p.m. OK GNU C11 TESTS 53 30 0
142325569 Crotes F Jan. 11, 2022, 5:06 a.m. OK GNU C++14 TESTS 53 15 0
142322711 342zhuyongqi F Jan. 11, 2022, 4:20 a.m. OK GNU C++14 TESTS 53 15 0
142329179 xiaoqi_1 F Jan. 11, 2022, 5:49 a.m. OK GNU C++14 TESTS 53 15 0
142320019 cboy F Jan. 11, 2022, 3:28 a.m. OK GNU C++14 TESTS 53 15 0
142319908 SF-Manman F Jan. 11, 2022, 3:26 a.m. OK GNU C++14 TESTS 53 15 0
142319765 bigo_ F Jan. 11, 2022, 3:23 a.m. OK GNU C++14 TESTS 53 15 0
142326813 Matcha_Macchiato F Jan. 11, 2022, 5:22 a.m. OK GNU C++14 TESTS 53 15 0
142326699 lokesh_2052 F Jan. 11, 2022, 5:20 a.m. OK GNU C++14 TESTS 53 15 0
142328935 Altopc2 F Jan. 11, 2022, 5:46 a.m. OK GNU C++14 TESTS 53 15 0
142327627 Crotes F Jan. 11, 2022, 5:32 a.m. OK GNU C++14 TESTS 53 15 0
142327651 zech F Jan. 11, 2022, 5:32 a.m. OK GNU C++17 TESTS 53 15 0
142326772 Sangamer F Jan. 11, 2022, 5:21 a.m. OK GNU C++17 TESTS 53 15 0
142325838 Zerologic_Infinity F Jan. 11, 2022, 5:10 a.m. OK GNU C++17 TESTS 53 15 0
142325293 akashmishra1 F Jan. 11, 2022, 5:03 a.m. OK GNU C++17 TESTS 53 15 0
142325118 Seija F Jan. 11, 2022, 5 a.m. OK GNU C++17 TESTS 53 15 0
142324333 HHrecode001 F Jan. 11, 2022, 4:47 a.m. OK GNU C++17 TESTS 53 15 0
142323980 sidjha57 F Jan. 11, 2022, 4:41 a.m. OK GNU C++17 TESTS 53 15 0
142323135 grittyb F Jan. 11, 2022, 4:27 a.m. OK GNU C++17 TESTS 53 15 0
142329607 yfuka86 F Jan. 11, 2022, 5:53 a.m. OK GNU C++17 TESTS 53 15 0
142327813 xyl1234 F Jan. 11, 2022, 5:34 a.m. OK GNU C++17 TESTS 53 15 0
142327560 dachui_DC F Jan. 11, 2022, 5:31 a.m. OK GNU C++17 (64) TESTS 53 15 0
142326720 Whimpers F Jan. 11, 2022, 5:21 a.m. OK GNU C++17 (64) TESTS 53 15 0
142325987 Mhdz F Jan. 11, 2022, 5:12 a.m. OK GNU C++17 (64) TESTS 53 15 0
142320524 Artemis_Bow F Jan. 11, 2022, 3:38 a.m. OK GNU C++17 (64) TESTS 53 15 0
142319365 ReadyGo F Jan. 11, 2022, 3:15 a.m. OK GNU C++17 (64) TESTS 53 15 0
142319329 ReadyGo F Jan. 11, 2022, 3:14 a.m. OK GNU C++17 (64) TESTS 53 15 0
142319281 ReadyGo F Jan. 11, 2022, 3:13 a.m. OK GNU C++17 (64) TESTS 53 15 0
142319094 izumiQR F Jan. 11, 2022, 3:09 a.m. OK GNU C++17 (64) TESTS 53 15 0
142329266 Olympia F Jan. 11, 2022, 5:49 a.m. OK GNU C++17 (64) TESTS 53 15 0
142328724 allison_ray F Jan. 11, 2022, 5:44 a.m. OK GNU C++17 (64) TESTS 53 15 0
142324784 Nea1 F Jan. 11, 2022, 4:54 a.m. OK GNU C++20 (64) TESTS 53 15 0
142330575 westsideganster F Jan. 11, 2022, 6:02 a.m. OK GNU C++20 (64) TESTS 53 15 0
142328829 ImmortalPhoenix F Jan. 11, 2022, 5:45 a.m. OK GNU C++20 (64) TESTS 53 15 0
142328741 Maango16 F Jan. 11, 2022, 5:44 a.m. OK GNU C++20 (64) TESTS 53 15 0
142328361 Lhohelhohehmm F Jan. 11, 2022, 5:40 a.m. OK GNU C++20 (64) TESTS 53 15 0
142325549 lengli F Jan. 11, 2022, 5:06 a.m. OK GNU C++20 (64) TESTS 53 15 0
142325312 lengli F Jan. 11, 2022, 5:03 a.m. OK GNU C++20 (64) TESTS 53 15 0
142324562 akshaykhandelwal F Jan. 11, 2022, 4:51 a.m. OK GNU C++20 (64) TESTS 53 15 0
142323704 Aman_j1 F Jan. 11, 2022, 4:36 a.m. OK GNU C++20 (64) TESTS 53 15 0
142322097 baddog F Jan. 11, 2022, 4:08 a.m. OK GNU C++20 (64) TESTS 53 15 0
142311910 1e9y F Jan. 10, 2022, 10:36 p.m. OK Go TESTS 53 31 102400
142293376 LongWalk F Jan. 10, 2022, 5:18 p.m. OK Java 11 TESTS 53 186 0
142298500 gumbymoo F Jan. 10, 2022, 6:09 p.m. OK Java 11 TESTS 53 187 0
142297073 henrychenOutlook F Jan. 10, 2022, 5:53 p.m. OK Java 11 TESTS 53 187 0
142296218 dzhi F Jan. 10, 2022, 5:45 p.m. OK Java 11 TESTS 53 202 0
142288794 Dukkha F Jan. 10, 2022, 4:51 p.m. OK Java 11 TESTS 53 218 0
142303476 Reopold F Jan. 10, 2022, 7:13 p.m. OK Kotlin 1.5 TESTS 53 171 0
142312630 Alexey F Jan. 10, 2022, 11:11 p.m. OK MS C++ 2017 TESTS 53 15 0
142294367 AllDirections F Jan. 10, 2022, 5:26 p.m. OK MS C++ 2017 TESTS 53 15 0
142288631 dreami63 F Jan. 10, 2022, 4:49 p.m. OK MS C++ 2017 TESTS 53 30 0
142308001 Aksnov F Jan. 10, 2022, 8:32 p.m. OK PyPy 3 TESTS 53 77 0
142290199 KanishkGoel F Jan. 10, 2022, 4:57 p.m. OK PyPy 3 TESTS 53 92 0
142316202 whatshisbucket F Jan. 11, 2022, 1:54 a.m. OK PyPy 3 TESTS 53 93 0
142311715 Bad_day_toCode F Jan. 10, 2022, 10:28 p.m. OK PyPy 3 TESTS 53 108 512000
142296982 legend.ary_as F Jan. 10, 2022, 5:52 p.m. OK PyPy 3 TESTS 53 108 2048000
142296946 Mashin_larner F Jan. 10, 2022, 5:52 p.m. OK PyPy 3 TESTS 53 108 2048000
142303569 raideva F Jan. 10, 2022, 7:15 p.m. OK PyPy 3 TESTS 53 140 3584000
142325387 gustavofadel F Jan. 11, 2022, 5:04 a.m. OK PyPy 3-64 TESTS 53 108 0
142316510 MistaAsh F Jan. 11, 2022, 2:02 a.m. OK PyPy 3-64 TESTS 53 108 0
142286738 Bryce3D F Jan. 10, 2022, 4:47 p.m. OK PyPy 3-64 TESTS 53 108 0
142312461 SirVivor F Jan. 10, 2022, 11:02 p.m. OK PyPy 3-64 TESTS 53 108 1228800
142287366 _pandi F Jan. 10, 2022, 4:48 p.m. OK PyPy 3-64 TESTS 53 109 0
142325035 kazamasmile F Jan. 11, 2022, 4:58 a.m. OK PyPy 3-64 TESTS 53 109 512000
142290210 ctt312000 F Jan. 10, 2022, 4:57 p.m. OK PyPy 3-64 TESTS 53 124 0
142300584 dhaval_429 F Jan. 10, 2022, 6:34 p.m. OK PyPy 3-64 TESTS 53 358 17510400
142307070 OLOGY F Jan. 10, 2022, 8:14 p.m. OK Python 2 TESTS 53 46 0
142306984 OLOGY F Jan. 10, 2022, 8:12 p.m. OK Python 2 TESTS 53 46 0
142298989 OLOGY F Jan. 10, 2022, 6:15 p.m. OK Python 2 TESTS 53 46 0
142296638 OLOGY F Jan. 10, 2022, 5:49 p.m. OK Python 2 TESTS 53 46 0
142329368 aniket_03 F Jan. 11, 2022, 5:50 a.m. OK Python 3 TESTS 53 46 0
142292650 berekuk F Jan. 10, 2022, 5:13 p.m. OK Python 3 TESTS 53 62 0

remove filters

Back to search problems