2021-2022 ICPC, NERC, Northern Eurasia Onsite (Unrated, Online Mirror, ICPC Rules, Teams Preferred)

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
1666 2021-2022 ICPC, NERC, Northern Eurasia Onsite (Unrated, Online Mirror, ICPC Rules, Teams Preferred) FINISHED False 18000 81986099 April 13, 2022, 8:05 a.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 8863 ) D Deletive Editing PROGRAMMING greedy

B'Daisy loves playing games with words. Recently, she has been playing the following Deletive Editing word game with Daniel. Daisy picks a word, for example, "DETERMINED". On each game turn, Daniel calls out a letter, for example, 'E ', and Daisy removes the first occurrence of this letter from the word, getting "DTERMINED". On the next turn, Daniel calls out a letter again, for example, 'D ', and Daisy removes its first occurrence, getting "TERMINED". They continue with 'I ', getting "TERMNED", with 'N ', getting "TERMED", and with 'D ', getting "TERME". Now, if Daniel calls out the letter 'E ', Daisy gets "TRME", but there is no way she can get the word "TERM" if they start playing with the word "DETERMINED". Daisy is curious if she can get the final word of her choice, starting from the given initial word, by playing this game for zero or more turns. Your task it help her to figure this out. The first line of the input contains an integer n -- the number of test cases ( 1 <= n <= 10 ,000 ). The following n lines contain test cases. Each test case consists of two words s and t separated by a space. Each word consists of at least one and at most 30 uppercase English letters; s is the Daisy 's initial word for the game; t is the final word that Daisy would like to get at the end of the game. Output n lines to the output -- a single line for each test case. Output "YES" if it is possible for Daisy to get from the initial word s to the final word t by playing the Deletive Editing game. Output "NO" otherwise. '...

Tutorials

Tutorial (PDF)

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
153579378 Tasbeh D April 13, 2022, 4:53 p.m. OK GNU C11 TESTS 16 61 0
153549336 usingtc D April 13, 2022, 10:50 a.m. OK GNU C++14 TESTS 16 15 0
153543287 xiaohuli D April 13, 2022, 9:45 a.m. OK GNU C++14 TESTS 16 15 0
153541838 AIM-9X D April 13, 2022, 9:31 a.m. OK GNU C++14 TESTS 16 15 0
153539954 zorbin D April 13, 2022, 9:14 a.m. OK GNU C++14 TESTS 16 15 0
153539531 Awcotn_tct D April 13, 2022, 9:10 a.m. OK GNU C++14 TESTS 16 15 0
153537537 HaPpY1213 D April 13, 2022, 8:53 a.m. OK GNU C++14 TESTS 16 15 0
153535720 Chan_shang zzz.zzz BingLengJiu D April 13, 2022, 8:38 a.m. OK GNU C++14 TESTS 16 15 0
153534499 rfpermen Ace_02 AVM.Martin D April 13, 2022, 8:28 a.m. OK GNU C++14 TESTS 16 15 0
153534295 x_faraway_x dujvet zhihei2000 D April 13, 2022, 8:26 a.m. OK GNU C++14 TESTS 16 15 0
153607540 Shayan.P Kalam Atreus D April 14, 2022, 5:03 a.m. OK GNU C++14 TESTS 16 15 0
153598078 LeoRiether D April 14, 2022, 12:36 a.m. OK GNU C++17 TESTS 16 15 0
153592814 snacache D April 13, 2022, 9:13 p.m. OK GNU C++17 TESTS 16 15 0
153587727 Mortus D April 13, 2022, 7:17 p.m. OK GNU C++17 TESTS 16 15 0
153563908 cdjx D April 13, 2022, 1:23 p.m. OK GNU C++17 TESTS 16 15 0
153563841 newhar D April 13, 2022, 1:23 p.m. OK GNU C++17 TESTS 16 15 0
153563795 pozhen D April 13, 2022, 1:22 p.m. OK GNU C++17 TESTS 16 15 0
153545339 d4xn.. D April 13, 2022, 10:06 a.m. OK GNU C++17 TESTS 16 15 0
153541127 rzy_99 D April 13, 2022, 9:24 a.m. OK GNU C++17 TESTS 16 15 0
153539542 newhar D April 13, 2022, 9:10 a.m. OK GNU C++17 TESTS 16 15 0
153539510 niqiqi D April 13, 2022, 9:10 a.m. OK GNU C++17 TESTS 16 15 0
153548767 alif_cse_ju D April 13, 2022, 10:43 a.m. OK GNU C++17 (64) TESTS 16 15 0
153609036 tyin D April 14, 2022, 5:29 a.m. OK GNU C++17 (64) TESTS 16 15 0
153605492 hocky D April 14, 2022, 4:20 a.m. OK GNU C++17 (64) TESTS 16 15 0
153564446 anant83 D April 13, 2022, 1:29 p.m. OK GNU C++17 (64) TESTS 16 15 0
153552774 Muly D April 13, 2022, 11:26 a.m. OK GNU C++17 (64) TESTS 16 15 0
153550667 coong D April 13, 2022, 11:04 a.m. OK GNU C++17 (64) TESTS 16 15 0
153550184 Jai_Mahakal D April 13, 2022, 10:59 a.m. OK GNU C++17 (64) TESTS 16 15 0
153549455 RohitRKS akashsingh_10 Maango16 D April 13, 2022, 10:51 a.m. OK GNU C++17 (64) TESTS 16 15 0
153546633 zwu2019015083 D April 13, 2022, 10:20 a.m. OK GNU C++17 (64) TESTS 16 15 0
153542418 zcx111 WalkerZ gqf123 D April 13, 2022, 9:36 a.m. OK GNU C++17 (64) TESTS 16 15 0
153599444 Tiagodfs D April 14, 2022, 1:27 a.m. OK GNU C++20 (64) TESTS 16 15 0
153599263 Jo3kerR D April 14, 2022, 1:21 a.m. OK GNU C++20 (64) TESTS 16 15 0
153589935 diabloX D April 13, 2022, 8:04 p.m. OK GNU C++20 (64) TESTS 16 15 0
153585779 aggressor_ D April 13, 2022, 6:35 p.m. OK GNU C++20 (64) TESTS 16 15 0
153583162 abcd_1 D April 13, 2022, 5:52 p.m. OK GNU C++20 (64) TESTS 16 15 0
153579688 Bench0310 D April 13, 2022, 4:58 p.m. OK GNU C++20 (64) TESTS 16 15 0
153573520 skoran.andrey D April 13, 2022, 3:19 p.m. OK GNU C++20 (64) TESTS 16 15 0
153573334 skoran.andrey D April 13, 2022, 3:16 p.m. OK GNU C++20 (64) TESTS 16 15 0
153570360 Syuzi777 D April 13, 2022, 2:30 p.m. OK GNU C++20 (64) TESTS 16 15 0
153568967 A_G D April 13, 2022, 2:11 p.m. OK GNU C++20 (64) TESTS 16 15 0
153534278 knightL D April 13, 2022, 8:26 a.m. OK Java 11 TESTS 16 186 0
153570850 kartheek542 D April 13, 2022, 2:38 p.m. OK Java 11 TESTS 16 202 0
153533041 merlin_ D April 13, 2022, 8:16 a.m. OK Java 11 TESTS 16 202 0
153533435 Yu_212 D April 13, 2022, 8:19 a.m. OK Java 11 TESTS 16 218 0
153537732 Wuya D April 13, 2022, 8:55 a.m. OK Java 11 TESTS 16 218 0
153543070 La_Pagla D April 13, 2022, 9:43 a.m. OK Java 11 TESTS 16 234 0
153535042 insert_cool_handle D April 13, 2022, 8:33 a.m. OK Java 11 TESTS 16 249 0
153534223 PRAXKILLER harsh_gupta_1705 D April 13, 2022, 8:26 a.m. OK Java 11 TESTS 16 249 0
153535408 AhmedMaheeb islam16023 abdelrahman_orief D April 13, 2022, 8:36 a.m. OK Java 11 TESTS 16 265 0
153542229 dzhi D April 13, 2022, 9:35 a.m. OK Java 11 TESTS 16 265 0
153559215 UniversalAdmin GenVinCoder D April 13, 2022, 12:33 p.m. OK Java 8 TESTS 16 124 0
153556175 bbZzz D April 13, 2022, 12:02 p.m. OK Java 8 TESTS 16 202 0
153567677 kamaltejguthikonda D April 13, 2022, 1:54 p.m. OK Java 8 TESTS 16 218 0
153558161 srikanth_14 D April 13, 2022, 12:23 p.m. OK Java 8 TESTS 16 233 0
153550732 TaukeKhan_ D April 13, 2022, 11:04 a.m. OK Java 8 TESTS 16 234 0
153533899 Xbq123 RetARDed1111 D April 13, 2022, 8:23 a.m. OK Java 8 TESTS 16 264 0
153533433 z8hc2 BIvanV _Astron D April 13, 2022, 8:19 a.m. OK Kotlin 1.4 TESTS 16 139 0
153536500 Staelth CrashMaster D April 13, 2022, 8:45 a.m. OK MS C++ 2017 TESTS 16 31 0
153539666 zhanghu honiestbutter meowstar D April 13, 2022, 9:11 a.m. OK MS C++ 2017 TESTS 16 46 0
153559828 manandyan.ruben D April 13, 2022, 12:40 p.m. OK MS C++ 2017 TESTS 16 61 0
153564059 Shrouk_ragap20 D April 13, 2022, 1:25 p.m. OK MS C++ 2017 TESTS 16 62 0
153558923 huz123 Nubz k200154 D April 13, 2022, 12:30 p.m. OK MS C++ 2017 TESTS 16 62 1126400
153553021 pma.66 D April 13, 2022, 11:29 a.m. OK MS C++ 2017 TESTS 16 93 0
153561870 Tdyx D April 13, 2022, 1:01 p.m. OK .NET Core C# TESTS 16 77 3072000
153542168 XYShaoKang D April 13, 2022, 9:34 a.m. OK Node.js TESTS 16 202 6553600
153560959 Narzullayev.S Accepted_TL Mansurbek D April 13, 2022, 12:52 p.m. OK PyPy 3 TESTS 16 186 7372800
153542467 ruimina D April 13, 2022, 9:37 a.m. OK PyPy 3 TESTS 16 186 7475200
153542970 fiblonaria D April 13, 2022, 9:42 a.m. OK PyPy 3 TESTS 16 187 7782400
153534086 lemiao12 iamttm D April 13, 2022, 8:24 a.m. OK PyPy 3 TESTS 16 218 7372800
153533201 RUSH_D_CAT limbo.null NecroSean38 D April 13, 2022, 8:17 a.m. OK PyPy 3 TESTS 16 280 9216000
153537765 podruzhko repeating aniervs D April 13, 2022, 8:55 a.m. OK PyPy 3 TESTS 16 296 7577600
153543369 Abdusharif D April 13, 2022, 9:46 a.m. OK PyPy 3 TESTS 16 358 8908800
153548471 Arnav-Negi D April 13, 2022, 10:40 a.m. OK PyPy 3 TESTS 16 358 9011200
153541674 Ahmed_Turkman Abdalkhalig unknownSolver D April 13, 2022, 9:30 a.m. OK PyPy 3-64 TESTS 16 140 9420800
153567007 crapcode D April 13, 2022, 1:46 p.m. OK PyPy 3-64 TESTS 16 218 10956800
153548406 Yusif D April 13, 2022, 10:39 a.m. OK PyPy 3-64 TESTS 16 233 10444800
153532510 black_roses D April 13, 2022, 8:10 a.m. OK PyPy 3-64 TESTS 16 264 10444800
153604691 lochinbek08_08 D April 14, 2022, 4:01 a.m. OK PyPy 3-64 TESTS 16 280 9830400
153570533 User0286 D April 13, 2022, 2:32 p.m. OK PyPy 3-64 TESTS 16 296 9728000
153541110 Imron D April 13, 2022, 9:24 a.m. OK PyPy 3-64 TESTS 16 296 10342400
153538721 Imron D April 13, 2022, 9:03 a.m. OK PyPy 3-64 TESTS 16 296 10444800
153567343 coder_sounak D April 13, 2022, 1:50 p.m. OK PyPy 3-64 TESTS 16 296 13209600
153543354 Ghulam_Junaid Muhammad.Daniyal M.HasnatFarooq D April 13, 2022, 9:46 a.m. OK PyPy 3-64 TESTS 16 311 10547200
153597890 Youssef890 D April 14, 2022, 12:29 a.m. OK Python 3 TESTS 16 140 1126400
153547874 bnu2020 D April 13, 2022, 10:34 a.m. OK Python 3 TESTS 16 202 0
153541947 I_am_dumbbbb jakka_lokesh D April 13, 2022, 9:32 a.m. OK Python 3 TESTS 16 202 0
153534687 sagamantus surya7240 vroomy D April 13, 2022, 8:29 a.m. OK Python 3 TESTS 16 202 0
153541224 mralves D April 13, 2022, 9:25 a.m. OK Python 3 TESTS 16 217 0
153560132 wanderman D April 13, 2022, 12:43 p.m. OK Python 3 TESTS 16 233 0
153578296 Allegator D April 13, 2022, 4:34 p.m. OK Python 3 TESTS 16 248 0
153536605 blackswan9k sigilius Ace_42 D April 13, 2022, 8:46 a.m. OK Python 3 TESTS 16 249 0
153570124 bogatrv D April 13, 2022, 2:27 p.m. OK Python 3 TESTS 16 264 0
153538658 RaximovaZarnigor D April 13, 2022, 9:03 a.m. OK Python 3 TESTS 16 280 0
153532707 sansen D April 13, 2022, 8:13 a.m. OK Rust 2021 TESTS 16 15 1843200
153561679 robostac D April 13, 2022, 12:59 p.m. OK Rust 2021 TESTS 16 31 0
153532964 Spheniscine D April 13, 2022, 8:15 a.m. OK Rust 2021 TESTS 16 31 102400

remove filters

Back to search problems