2023-2024 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
1912 2023-2024 ICPC, NERC, Northern Eurasia Onsite (Unrated, Online Mirror, ICPC Rules, Teams Preferred) FINISHED False 18000 34727063 Dec. 13, 2023, 7:35 a.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 2272 ) A Accumulator Apex PROGRAMMING implementation sortings 1800

B'Allyn is playing a new strategy game called "Accumulator Apex". In this game, Allyn is given the initial value of an integer x , referred to as the accumulator, and k lists of integers. Allyn can make multiple turns. On each turn, Allyn can withdraw the leftmost element from any non-empty list and add it to the accumulator x if the resulting x is non-negative. Allyn can end the game at any moment. The goal of the game is to get the largest possible value of the accumulator x . Please help Allyn find the largest possible value of the accumulator x they can get in this game. The first line of the input contains two integers x and k ( 0 <= q x <= q 10^9, 1 <= q k <= q 10^5 ) -- the initial value of the accumulator x and the number of lists. The next k lines contain the description of lists: an integer l_i ( l_i ge 1 ) followed on the same line by l_i elements of the list in the order from left to right. Each element of lists does not exceed 10^9 by the absolute value, and the total size of all lists does not exceed 10^5 . The sole line of the output should contain the largest value of the accumulator x Allyn can get. In the first input, we start with x = 1 . Then, we can take the first integer from the first list and get x = 0 -- adding the next integer 2 from the first list we get x = 2 . After that, we can add the integers from the second list and obtain x = 3 . Finally, we can add the integers from the third list and obtain x = 4 . In the second input, we can add the first integer from the second list and get x = 2 . Then, by adding the elements from the first list, we get x = 4 . We cannot add more integers to increase x . '...

Tutorials

Tutorials (PDF)

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
237113649 dangiyatharth9 A Dec. 14, 2023, 3:19 a.m. OK GNU C11 TESTS 26 31 2355200 1800
236992564 dzecdfc RWeakest 314resident A Dec. 13, 2023, 8:30 a.m. OK GNU C++14 TESTS 25 46 3891200 1800
236990542 Nyanya_ clfzs ljr1234 A Dec. 13, 2023, 8:21 a.m. OK GNU C++14 TESTS 25 46 5734400 1800
236996632 duanyuu A Dec. 13, 2023, 8:56 a.m. OK GNU C++14 TESTS 25 61 8089600 1800
237033599 Srijal20 A Dec. 13, 2023, 11:50 a.m. OK GNU C++14 TESTS 25 61 8396800 1800
236987201 fjashufi AcceptedPower Raymond_7 A Dec. 13, 2023, 8 a.m. OK GNU C++14 TESTS 25 61 10547200 1800
237106720 Sparkle_Twilight A Dec. 14, 2023, midnight OK GNU C++14 TESTS 26 62 1638400 1800
237106475 QQH A Dec. 13, 2023, 11:50 p.m. OK GNU C++14 TESTS 26 62 1638400 1800
237105702 liuhengxi A Dec. 13, 2023, 11:22 p.m. OK GNU C++14 TESTS 26 62 2764800 1800
236986688 paul2008 jucason_xu pp_orange A Dec. 13, 2023, 7:56 a.m. OK GNU C++14 TESTS 25 62 4812800 1800
236987663 yash_babel 863aditya A Dec. 13, 2023, 8:03 a.m. OK GNU C++14 TESTS 25 62 7475200 1800
237116884 dasr63328 A Dec. 14, 2023, 4:21 a.m. OK GNU C++17 TESTS 26 46 3584000 1800
237097183 Ahad A Dec. 13, 2023, 8:27 p.m. OK GNU C++17 TESTS 25 61 3174400 1800
237021787 khanter_ abunyawa A Dec. 13, 2023, 11:04 a.m. OK GNU C++17 TESTS 25 61 6758400 1800
236991354 yyf_0404 A Dec. 13, 2023, 8:27 a.m. OK GNU C++17 TESTS 25 61 8089600 1800
236993468 pooty A Dec. 13, 2023, 8:38 a.m. OK GNU C++17 TESTS 25 62 3993600 1800
236999982 LaVuna47 A Dec. 13, 2023, 9:14 a.m. OK GNU C++17 TESTS 25 62 6041600 1800
237012627 Geliosoda A Dec. 13, 2023, 10:15 a.m. OK GNU C++17 TESTS 25 62 6144000 1800
236988983 whdywjd Max_s_xaM Sirantic A Dec. 13, 2023, 8:08 a.m. OK GNU C++17 TESTS 25 62 6553600 1800
237013670 GJ.Ro A Dec. 13, 2023, 10:24 a.m. OK GNU C++17 TESTS 25 62 6963200 1800
236996759 KoKoDuDu linvg A Dec. 13, 2023, 8:57 a.m. OK GNU C++17 TESTS 25 62 7372800 1800
236996152 ITworker_Z A Dec. 13, 2023, 8:52 a.m. OK GNU C++17 (64) TESTS 25 15 2150400 1800
236984550 emptyhope orzdevinwang amiya A Dec. 13, 2023, 7:39 a.m. OK GNU C++17 (64) TESTS 25 31 4198400 1800
236996063 gakshat468 sg0071729 21cs01033 A Dec. 13, 2023, 8:51 a.m. OK GNU C++17 (64) TESTS 25 31 4198400 1800
236984977 cyb1010 LXH-cat cmk666 A Dec. 13, 2023, 7:42 a.m. OK GNU C++17 (64) TESTS 25 31 5017600 1800
237087241 najmiddinweb A Dec. 13, 2023, 6:24 p.m. OK GNU C++17 (64) TESTS 25 31 5836800 1800
236995250 _chroneZ A Dec. 13, 2023, 8:44 a.m. OK GNU C++17 (64) TESTS 25 31 10342400 1800
237106204 songke123 A Dec. 13, 2023, 11:40 p.m. OK GNU C++17 (64) TESTS 26 46 1638400 1800
236990501 jinqihao2026 leihonglongyin zwh2008 A Dec. 13, 2023, 8:21 a.m. OK GNU C++17 (64) TESTS 25 46 3174400 1800
236990094 fs20091003 A Dec. 13, 2023, 8:18 a.m. OK GNU C++17 (64) TESTS 25 46 4198400 1800
237000175 qiqinanzijing A Dec. 13, 2023, 9:16 a.m. OK GNU C++17 (64) TESTS 25 46 4198400 1800
237111194 hello_ume. A Dec. 14, 2023, 2:22 a.m. OK GNU C++20 (64) TESTS 26 31 4198400 1800
237123527 mcuadros A Dec. 14, 2023, 6 a.m. OK GNU C++20 (64) TESTS 26 31 4198400 1800
237115589 Duck_Dot_Dot_happyer A Dec. 14, 2023, 3:56 a.m. OK GNU C++20 (64) TESTS 26 31 4198400 1800
237113547 DDDDB A Dec. 14, 2023, 3:17 a.m. OK GNU C++20 (64) TESTS 26 31 4198400 1800
237095249 Omar_Mohammad A Dec. 13, 2023, 8 p.m. OK GNU C++20 (64) TESTS 25 31 4198400 1800
236991229 inhibitor_81 AbhishekAnand rahulagr172018 A Dec. 13, 2023, 8:26 a.m. OK GNU C++20 (64) TESTS 25 31 4198400 1800
236990411 wxx_louisa lanzhiguanhuang A Dec. 13, 2023, 8:20 a.m. OK GNU C++20 (64) TESTS 25 31 4198400 1800
236986714 Sunnat A Dec. 13, 2023, 7:56 a.m. OK GNU C++20 (64) TESTS 25 31 4198400 1800
236985692 LeXuanBeo A Dec. 13, 2023, 7:48 a.m. OK GNU C++20 (64) TESTS 25 31 4198400 1800
236985372 Sofapuden Temmie A Dec. 13, 2023, 7:45 a.m. OK GNU C++20 (64) TESTS 25 31 4198400 1800
236989835 yvbf A Dec. 13, 2023, 8:15 a.m. OK Java 8 TESTS 25 234 6041600 1800
236985278 arvindf232 A Dec. 13, 2023, 7:45 a.m. OK Kotlin 1.6 TESTS 25 280 19046400 1800
237029862 SlavaG A Dec. 13, 2023, 11:37 a.m. OK Kotlin 1.9 TESTS 25 764 302182400 1800
237114176 surajcodeforce A Dec. 14, 2023, 3:30 a.m. OK PyPy 3 TESTS 26 826 11571200 1800
237105537 xiaowuc1 A Dec. 13, 2023, 11:15 p.m. OK PyPy 3-64 TESTS 26 248 24166400 1800
236995231 aniketabhiraj2004 A Dec. 13, 2023, 8:44 a.m. OK PyPy 3-64 TESTS 25 264 30208000 1800
236985861 USYDLDH A Dec. 13, 2023, 7:49 a.m. OK PyPy 3-64 TESTS 25 514 37478400 1800
237094947 Shamkhalil A Dec. 13, 2023, 7:56 p.m. OK PyPy 3-64 TESTS 25 623 15462400 1800
237040444 2025 A Dec. 13, 2023, 12:28 p.m. OK PyPy 3-64 TESTS 25 639 13414400 1800
237107629 afck0478 A Dec. 14, 2023, 12:32 a.m. OK PyPy 3-64 TESTS 26 639 18329600 1800
237123078 yefe162 A Dec. 14, 2023, 5:54 a.m. OK PyPy 3-64 TESTS 26 764 24371200 1800
236993957 0xEmadeddin Mohamed_Hamed MuhammadSawalhy A Dec. 13, 2023, 8:42 a.m. OK PyPy 3-64 TESTS 25 764 36352000 1800
236994976 mavr A Dec. 13, 2023, 8:42 a.m. OK PyPy 3-64 TESTS 25 1013 33689600 1800
237008937 Bajkinman CodeAssignment Haire A Dec. 13, 2023, 9:57 a.m. OK PyPy 3-64 TESTS 25 1044 36966400 1800
237106256 0x81 A Dec. 13, 2023, 11:42 p.m. OK Ruby 3 TESTS 26 717 27852800 1800
237089149 mikkk A Dec. 13, 2023, 6:44 p.m. OK Rust 2021 TESTS 25 61 15667200 1800
237081080 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080896 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080771 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080669 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080597 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080586 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080578 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080563 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080521 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800
237080486 A Dec. 13, 2023, 5:25 p.m. OK Unknown TESTS 0 0 0 1800

remove filters

Back to search problems