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
( 1477 ) I Interactive Treasure Hunt PROGRAMMING brute force interactive math

B'This is an interactive problem. There is a grid of n x m cells. Two treasure chests are buried in two different cells of the grid. Your task is to find both of them. You can make two types of operations: You need to find the treasures in at most 7 operations. This includes both DIG and SCAN operations in total. To solve the test you need to call DIG operation at least once in both of the cells where the treasures are hidden. Your program has to process multiple test cases in a single run. First, the testing system writes t -- the number of test cases ( 1 <= t <= 100 ). Then, t test cases should be processed one by one. In each test case, your program should start by reading the integers n and m ( 2 <= n, m <= 16 ). Then, your program can make queries of two types: After you found both treasures, i. e. you received 1 for two DIG operations, your program should continue to the next test case or exit if that test case was the last one. '...

Tutorials

Tutorial (PDF)

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
153538769 HayasakaAi wf1594937223 I April 13, 2022, 9:03 a.m. OK GNU C++14 TESTS 11 0 0
153607925 lycmd I April 14, 2022, 5:10 a.m. OK GNU C++14 TESTS 11 15 0
153598962 houzhiyuan123 I April 14, 2022, 1:10 a.m. OK GNU C++14 TESTS 11 15 0
153598358 NusGhy I April 14, 2022, 12:47 a.m. OK GNU C++14 TESTS 11 15 0
153597980 XueYJ I April 14, 2022, 12:33 a.m. OK GNU C++14 TESTS 11 15 0
153597542 zuishuai I April 14, 2022, 12:15 a.m. OK GNU C++14 TESTS 11 15 0
153597424 messibolt I April 14, 2022, 12:09 a.m. OK GNU C++14 TESTS 11 15 0
153570494 Obada_Saleh I April 13, 2022, 2:32 p.m. OK GNU C++14 TESTS 11 15 0
153561884 _Ice_Tea_ I April 13, 2022, 1:01 p.m. OK GNU C++14 TESTS 11 15 0
153561000 lingxsate lzq233 dlbin7 I April 13, 2022, 12:52 p.m. OK GNU C++14 TESTS 11 15 0
153557897 HappyPacMan I April 13, 2022, 12:20 p.m. OK GNU C++17 TESTS 11 0 0
153605835 abunyawa I April 14, 2022, 4:28 a.m. OK GNU C++17 TESTS 11 15 0
153599054 ze_kun I April 14, 2022, 1:13 a.m. OK GNU C++17 TESTS 11 15 0
153594165 vadimfastos I April 13, 2022, 9:53 p.m. OK GNU C++17 TESTS 11 15 0
153581822 EigenvectorNotNullSpace I April 13, 2022, 5:32 p.m. OK GNU C++17 TESTS 11 15 0
153577871 dranjohn I April 13, 2022, 4:27 p.m. OK GNU C++17 TESTS 11 15 0
153577689 MridulAhi I April 13, 2022, 4:23 p.m. OK GNU C++17 TESTS 11 15 0
153573521 Sariel_snow I April 13, 2022, 3:19 p.m. OK GNU C++17 TESTS 11 15 0
153573451 rennanrocha I April 13, 2022, 3:18 p.m. OK GNU C++17 TESTS 11 15 0
153567754 huyngnnnn I April 13, 2022, 1:55 p.m. OK GNU C++17 TESTS 11 15 0
153607964 lycmd I April 14, 2022, 5:10 a.m. OK GNU C++17 (64) TESTS 11 15 0
153599777 miagkov TheOneYouWant lucasxia01 I April 14, 2022, 1:38 a.m. OK GNU C++17 (64) TESTS 11 15 0
153593290 pityhero I April 13, 2022, 9:27 p.m. OK GNU C++17 (64) TESTS 11 15 0
153581911 emthrm I April 13, 2022, 5:33 p.m. OK GNU C++17 (64) TESTS 11 15 0
153572936 Cube219 I April 13, 2022, 3:10 p.m. OK GNU C++17 (64) TESTS 11 15 0
153571429 alif_cse_ju I April 13, 2022, 2:46 p.m. OK GNU C++17 (64) TESTS 11 15 0
153562999 Pedestrian1 I April 13, 2022, 1:13 p.m. OK GNU C++17 (64) TESTS 11 15 0
153562953 Zappeko I April 13, 2022, 1:12 p.m. OK GNU C++17 (64) TESTS 11 15 0
153558993 Durant_Lee I April 13, 2022, 12:31 p.m. OK GNU C++17 (64) TESTS 11 15 0
153555803 kitsune I April 13, 2022, 11:59 a.m. OK GNU C++17 (64) TESTS 11 15 0
153606079 gongkoufadongji I April 14, 2022, 4:34 a.m. OK GNU C++20 (64) TESTS 11 0 0
153610350 dark-jk I April 14, 2022, 5:51 a.m. OK GNU C++20 (64) TESTS 11 15 0
153606670 xin_babys_Little_fanboy I April 14, 2022, 4:47 a.m. OK GNU C++20 (64) TESTS 11 15 0
153602690 Rinors I April 14, 2022, 3:07 a.m. OK GNU C++20 (64) TESTS 11 15 0
153601945 YxqK I April 14, 2022, 2:43 a.m. OK GNU C++20 (64) TESTS 11 15 0
153601647 Tiagodfs I April 14, 2022, 2:35 a.m. OK GNU C++20 (64) TESTS 11 15 0
153600790 johnLate I April 14, 2022, 2:11 a.m. OK GNU C++20 (64) TESTS 11 15 0
153593094 LeoRiether AlbertoTDNeto Tiagodfs I April 13, 2022, 9:21 p.m. OK GNU C++20 (64) TESTS 11 15 0
153591796 russian_proger I April 13, 2022, 8:48 p.m. OK GNU C++20 (64) TESTS 11 15 0
153585075 Bench0310 I April 13, 2022, 6:23 p.m. OK GNU C++20 (64) TESTS 11 15 0
153552965 kencho tsukiko_tsutsukakushi _su1sen I April 13, 2022, 11:28 a.m. OK Java 11 TESTS 11 218 0
153547632 lemiao12 iamttm I April 13, 2022, 10:31 a.m. OK PyPy 3 TESTS 11 140 1638400
153555155 ruimina I April 13, 2022, 11:52 a.m. OK PyPy 3 TESTS 11 140 3686400
153575997 unknownSolver I April 13, 2022, 3:56 p.m. OK PyPy 3-64 TESTS 11 93 512000
153540614 black_roses I April 13, 2022, 9:20 a.m. OK PyPy 3-64 TESTS 11 124 4812800
153600249 Spheniscine I April 14, 2022, 1:54 a.m. OK Rust 2021 TESTS 11 31 102400

remove filters

Back to search problems