Codeforces Round 751 (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
1602 Codeforces Round 751 (Div. 2) FINISHED False 7200 102122663 Oct. 25, 2021, 6:35 a.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 19128 ) A Two Subsequences PROGRAMMING implementation 800

B'You are given a string s . You need to find two non-empty strings a and b such that the following conditions are satisfied: Given string s , print any valid a and b . Reminder: A string a ( b ) is a subsequence of a string s if a ( b ) can be obtained from s by deletion of several (possibly, zero) elements. For example, "dores", "cf", and "for" are subsequences of "codeforces", while "decor" and "fork" are not. A string x is lexicographically smaller than a string y if and only if one of the following holds: Each test contains multiple test cases. The first line contains the number of test cases t ( 1 <= t <= 1000 ). Description of the test cases follows. The first and only line of each test case contains one string s ( 2 <= |s| <= 100 where |s| means the length of s ). String s consists of lowercase Latin letters. For each test case, print the strings a and b that satisfy the given conditions. If there are multiple answers, print any. In the first test case, there are only two choices: either a = f and b = c or a = c and b = f. And a = c is lexicographically smaller than a = f. In the second test case, a is the only character in the string. In the third test case, it can be proven that b is the lexicographically smallest subsequence of s . The second string can be of two variants; one of them is given here. '...

Tutorials

95865

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
133055846 Ankit_Sahu_21 A Oct. 25, 2021, 11:39 a.m. OK GNU C11 TESTS 9 15 3686400 800
133092799 Mrgglock A Oct. 25, 2021, 5:14 p.m. OK GNU C11 TESTS 9 15 3686400 800
133124005 bnurgeldiyev514 A Oct. 26, 2021, 5:51 a.m. OK GNU C11 TESTS 9 15 3686400 800
133037325 ArigashiKashi A Oct. 25, 2021, 9:08 a.m. OK GNU C11 TESTS 9 15 3993600 800
133007684 NSSwallow A Oct. 25, 2021, 7:42 a.m. OK GNU C11 TESTS 9 30 3686400 800
133085115 H_a_c_kcode_gaurav A Oct. 25, 2021, 4:24 p.m. OK GNU C11 TESTS 9 31 3891200 800
133046587 20101111 A Oct. 25, 2021, 9:57 a.m. OK GNU C11 TESTS 9 358 3686400 800
133068779 Shamim_Sorkar A Oct. 25, 2021, 1:42 p.m. OK GNU C11 TESTS 9 358 3686400 800
133067125 vicky_kr. A Oct. 25, 2021, 1:26 p.m. OK GNU C11 TESTS 9 374 3686400 800
133023526 cwxabc A Oct. 25, 2021, 8:22 a.m. OK GNU C++14 TESTS 9 0 1024000 800
133065139 rayhan28 A Oct. 25, 2021, 1:06 p.m. OK GNU C++14 TESTS 9 0 1228800 800
133046832 GudduPandit A Oct. 25, 2021, 10 a.m. OK GNU C++14 TESTS 9 0 1228800 800
133097589 pk_69 A Oct. 25, 2021, 6:16 p.m. OK GNU C++14 TESTS 9 0 1228800 800
133081307 shaky_adino A Oct. 25, 2021, 3:44 p.m. OK GNU C++14 TESTS 9 0 1228800 800
133047329 UuganbayarBud A Oct. 25, 2021, 10:05 a.m. OK GNU C++14 TESTS 9 0 1228800 800
133038095 mehrab A Oct. 25, 2021, 9:13 a.m. OK GNU C++14 TESTS 9 0 17305600 800
133119573 yzx__28 A Oct. 26, 2021, 4:33 a.m. OK GNU C++14 TESTS 9 15 1024000 800
133115524 ty_bj_sty A Oct. 26, 2021, 2:52 a.m. OK GNU C++14 TESTS 9 15 1024000 800
133114854 captain_tiny_rubbish A Oct. 26, 2021, 2:32 a.m. OK GNU C++14 TESTS 9 15 1024000 800
133093224 EagleEyeKestrel A Oct. 25, 2021, 5:19 p.m. OK GNU C++17 TESTS 9 0 1024000 800
133108782 Miguel235711 A Oct. 25, 2021, 10:26 p.m. OK GNU C++17 TESTS 9 0 1024000 800
133117180 Coder____26 A Oct. 26, 2021, 3:33 a.m. OK GNU C++17 TESTS 9 0 1228800 800
133119110 vipenl26 A Oct. 26, 2021, 4:22 a.m. OK GNU C++17 TESTS 9 0 1228800 800
133047911 tresege A Oct. 25, 2021, 10:12 a.m. OK GNU C++17 TESTS 9 0 1228800 800
133067171 hriday..garg A Oct. 25, 2021, 1:27 p.m. OK GNU C++17 TESTS 9 0 1228800 800
133076286 cse200001043 A Oct. 25, 2021, 2:48 p.m. OK GNU C++17 TESTS 9 0 1228800 800
133077663 shalekberli A Oct. 25, 2021, 3:04 p.m. OK GNU C++17 TESTS 9 0 1228800 800
133084502 tsaraf A Oct. 25, 2021, 4:17 p.m. OK GNU C++17 TESTS 9 0 1228800 800
133116125 amann013 A Oct. 26, 2021, 3:08 a.m. OK GNU C++17 TESTS 9 0 1228800 800
133085296 Prateek A Oct. 25, 2021, 4:26 p.m. OK GNU C++17 (64) TESTS 9 0 1228800 800
133042649 Abhi23.08 A Oct. 25, 2021, 9:30 a.m. OK GNU C++17 (64) TESTS 9 0 1228800 800
133047454 LostPrince A Oct. 25, 2021, 10:07 a.m. OK GNU C++17 (64) TESTS 9 0 1228800 800
133060932 rishab17 A Oct. 25, 2021, 12:27 p.m. OK GNU C++17 (64) TESTS 9 0 1228800 800
133058955 FflashkingF A Oct. 25, 2021, 12:10 p.m. OK GNU C++17 (64) TESTS 9 0 1228800 800
133119435 Bit_Master_2205 A Oct. 26, 2021, 4:30 a.m. OK GNU C++17 (64) TESTS 9 15 1228800 800
133123976 rushabh50 A Oct. 26, 2021, 5:51 a.m. OK GNU C++17 (64) TESTS 9 15 1228800 800
133123460 misra_ji A Oct. 26, 2021, 5:43 a.m. OK GNU C++17 (64) TESTS 9 15 1228800 800
133122168 monster_coder A Oct. 26, 2021, 5:23 a.m. OK GNU C++17 (64) TESTS 9 15 1228800 800
133116079 cmershen2 A Oct. 26, 2021, 3:06 a.m. OK GNU C++17 (64) TESTS 9 15 1228800 800
133056925 imtiyazrasool92 A Oct. 25, 2021, 11:50 a.m. OK GNU C++20 (64) TESTS 9 0 1228800 800
133061543 NoNameLeha A Oct. 25, 2021, 12:32 p.m. OK GNU C++20 (64) TESTS 9 0 1228800 800
133044893 mysteri0us7 A Oct. 25, 2021, 9:39 a.m. OK GNU C++20 (64) TESTS 9 0 1228800 800
133108309 wjli A Oct. 25, 2021, 10:05 p.m. OK GNU C++20 (64) TESTS 9 0 1331200 800
133053780 7oSkaaa A Oct. 25, 2021, 11:18 a.m. OK GNU C++20 (64) TESTS 9 0 1536000 800
133038240 alamkhan A Oct. 25, 2021, 9:14 a.m. OK GNU C++20 (64) TESTS 9 0 6041600 800
133123099 shetaruchit990 A Oct. 26, 2021, 5:37 a.m. OK GNU C++20 (64) TESTS 9 15 1228800 800
133123690 ---VoV--- A Oct. 26, 2021, 5:47 a.m. OK GNU C++20 (64) TESTS 9 15 1228800 800
133120503 ultimate_pal A Oct. 26, 2021, 4:52 a.m. OK GNU C++20 (64) TESTS 9 15 1228800 800
133119744 pratik31 A Oct. 26, 2021, 4:36 a.m. OK GNU C++20 (64) TESTS 9 15 1228800 800
133042400 vtiptop A Oct. 25, 2021, 9:28 a.m. OK Go TESTS 9 31 8192000 800
133046347 codelegend A Oct. 25, 2021, 9:54 a.m. OK Haskell TESTS 9 46 11161600 800
133042402 iamsoumik A Oct. 25, 2021, 9:28 a.m. OK Java 11 TESTS 9 186 24678400 800
133092039 AWahba A Oct. 25, 2021, 5:05 p.m. OK Java 11 TESTS 9 186 24780800 800
133082415 ak_ankit A Oct. 25, 2021, 3:56 p.m. OK Java 11 TESTS 9 187 24883200 800
133042975 coderrohan14 A Oct. 25, 2021, 9:33 a.m. OK Java 11 TESTS 9 187 25088000 800
133056786 NSU_19380120317 A Oct. 25, 2021, 11:49 a.m. OK Java 11 TESTS 9 202 24678400 800
133045128 KarMa_ A Oct. 25, 2021, 9:41 a.m. OK Java 11 TESTS 9 202 24780800 800
133085964 anonxx5 A Oct. 25, 2021, 4:35 p.m. OK Java 11 TESTS 9 202 24780800 800
133043010 ArchitSharma A Oct. 25, 2021, 9:33 a.m. OK Java 11 TESTS 9 202 24883200 800
133045036 RegalBeast A Oct. 25, 2021, 9:40 a.m. OK Java 11 TESTS 9 202 24985600 800
133026728 SuckFuckME A Oct. 25, 2021, 8:27 a.m. OK Java 11 TESTS 9 217 24780800 800
133115470 tarun_sm A Oct. 26, 2021, 2:49 a.m. OK Java 8 TESTS 9 93 18841600 800
133076674 lcheeme1 A Oct. 25, 2021, 2:53 p.m. OK Java 8 TESTS 9 93 18841600 800
133100272 Log_ZOOM A Oct. 25, 2021, 6:56 p.m. OK Java 8 TESTS 9 108 18841600 800
133050739 di_halt A Oct. 25, 2021, 10:44 a.m. OK Java 8 TESTS 9 108 18841600 800
133049196 tishrah_ A Oct. 25, 2021, 10:27 a.m. OK Java 8 TESTS 9 108 18841600 800
133036857 RonWonWon A Oct. 25, 2021, 9:04 a.m. OK Java 8 TESTS 9 108 18841600 800
133063109 Sujith_ A Oct. 25, 2021, 12:47 p.m. OK Java 8 TESTS 9 109 28979200 800
133094982 warriorwithin A Oct. 25, 2021, 5:41 p.m. OK Java 8 TESTS 9 124 18841600 800
133093335 IShahnawazShaikh A Oct. 25, 2021, 5:21 p.m. OK Java 8 TESTS 9 124 18841600 800
133065851 Embrion_top A Oct. 25, 2021, 1:13 p.m. OK Java 8 TESTS 9 124 18841600 800
133080202 Krantzy A Oct. 25, 2021, 3:33 p.m. OK Kotlin 1.4 TESTS 9 171 19558400 800
133051169 daniilzimin4 A Oct. 25, 2021, 10:49 a.m. OK Kotlin 1.5 TESTS 9 498 24780800 800
133119295 UnHingedFrog A Oct. 26, 2021, 4:27 a.m. OK MS C++ 2017 TESTS 9 15 1126400 800
133114989 swz A Oct. 26, 2021, 2:36 a.m. OK MS C++ 2017 TESTS 9 15 1126400 800
133103838 gleb32 A Oct. 25, 2021, 8:01 p.m. OK MS C++ 2017 TESTS 9 15 1126400 800
133078424 kirill2000 A Oct. 25, 2021, 3:13 p.m. OK MS C++ 2017 TESTS 9 15 1126400 800
133058802 gever_gever A Oct. 25, 2021, 12:08 p.m. OK MS C++ 2017 TESTS 9 15 1126400 800
133043037 Tangerine A Oct. 25, 2021, 9:34 a.m. OK MS C++ 2017 TESTS 9 15 1126400 800
133040565 js1915wzh A Oct. 25, 2021, 9:23 a.m. OK MS C++ 2017 TESTS 9 15 1126400 800
133006880 Aayush5sep A Oct. 25, 2021, 7:38 a.m. OK MS C++ 2017 TESTS 9 15 1126400 800
133055910 x_silter A Oct. 25, 2021, 11:40 a.m. OK MS C++ 2017 TESTS 9 15 1228800 800
133014960 eroganin A Oct. 25, 2021, 8:03 a.m. OK MS C++ 2017 TESTS 9 15 1331200 800
133060568 manikkumar A Oct. 25, 2021, 12:23 p.m. OK Node.js TESTS 9 93 11776000 800
133102272 prackode A Oct. 25, 2021, 7:32 p.m. OK PyPy 3 TESTS 9 109 20889600 800
133049410 straycodder A Oct. 25, 2021, 10:29 a.m. OK PyPy 3 TESTS 9 139 21094400 800
133119602 nabovtl A Oct. 26, 2021, 4:33 a.m. OK PyPy 3 TESTS 9 139 24883200 800
133043444 lebron87 A Oct. 25, 2021, 9:38 a.m. OK PyPy 3 TESTS 9 140 20582400 800
133098904 Bad_day_toCode A Oct. 25, 2021, 6:33 p.m. OK PyPy 3 TESTS 9 140 21606400 800
133046367 Probability1 A Oct. 25, 2021, 9:55 a.m. OK PyPy 3 TESTS 9 140 21913600 800
133107394 XTHN9RF A Oct. 25, 2021, 9:32 p.m. OK PyPy 3 TESTS 9 155 21299200 800
133108974 dinoracks A Oct. 25, 2021, 10:34 p.m. OK PyPy 3 TESTS 9 155 21504000 800
133043132 PKC A Oct. 25, 2021, 9:35 a.m. OK PyPy 3 TESTS 9 155 21504000 800
133006442 vladislav.u A Oct. 25, 2021, 7:36 a.m. OK PyPy 3 TESTS 9 155 21606400 800
133037898 mayank35 A Oct. 25, 2021, 9:12 a.m. OK PyPy 3-64 TESTS 9 92 33587200 800
133123510 Henry_Hoang A Oct. 26, 2021, 5:44 a.m. OK PyPy 3-64 TESTS 9 93 32358400 800
133123602 Henry_Hoang A Oct. 26, 2021, 5:46 a.m. OK PyPy 3-64 TESTS 9 93 33996800 800
133124365 Henry_Hoang A Oct. 26, 2021, 5:58 a.m. OK PyPy 3-64 TESTS 9 108 33382400 800
133085907 Grim_Firefly A Oct. 25, 2021, 4:33 p.m. OK PyPy 3-64 TESTS 9 109 35020800 800
133072291 eepsilon A Oct. 25, 2021, 2:20 p.m. OK PyPy 3-64 TESTS 9 124 33689600 800
133077045 Maltsev_Kir A Oct. 25, 2021, 2:57 p.m. OK PyPy 3-64 TESTS 9 124 34304000 800
133017497 Ishannnn A Oct. 25, 2021, 8:09 a.m. OK PyPy 3-64 TESTS 9 124 34304000 800
133077884 manideep_m A Oct. 25, 2021, 3:07 p.m. OK PyPy 3-64 TESTS 9 124 35635200 800
133054239 harshgoyal178 A Oct. 25, 2021, 11:22 a.m. OK PyPy 3-64 TESTS 9 124 35942400 800
133104561 noorcool116 A Oct. 25, 2021, 8:15 p.m. OK Python 3 TESTS 9 46 4300800 800
133100016 BeleiveSnoopy A Oct. 25, 2021, 6:51 p.m. OK Python 3 TESTS 9 46 4300800 800
133076613 NguyenTienPDP A Oct. 25, 2021, 2:52 p.m. OK Python 3 TESTS 9 46 4300800 800
133063482 GURU_Shreyansh A Oct. 25, 2021, 12:50 p.m. OK Python 3 TESTS 9 46 4300800 800
133046096 Bankai_65 A Oct. 25, 2021, 9:51 a.m. OK Python 3 TESTS 9 46 4505600 800
133017313 sushantyerawar_2002 A Oct. 25, 2021, 8:08 a.m. OK Python 3 TESTS 9 46 4505600 800
133109323 Mohamed_Ahmed97 A Oct. 25, 2021, 10:51 p.m. OK Python 3 TESTS 9 61 4300800 800
133103790 AHM2002 A Oct. 25, 2021, 8 p.m. OK Python 3 TESTS 9 61 4300800 800
133090220 InYourDreams A Oct. 25, 2021, 4:43 p.m. OK Python 3 TESTS 9 61 4300800 800
133084129 D_Dima A Oct. 25, 2021, 4:13 p.m. OK Python 3 TESTS 9 61 4300800 800
133057304 Spheniscine A Oct. 25, 2021, 11:54 a.m. OK Rust TESTS 9 30 1331200 800

remove filters

Back to search problems