Codeforces Round 559 (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
1159 Codeforces Round 559 (Div. 2) FINISHED False 7200 174151499 May 12, 2019, 2:35 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 12715 ) A A pile of stones PROGRAMMING implementation math 800

B'Vasya has a pile, that consists of some number of stones. n times he either took one stone from the pile or added one stone to the pile. The pile was non-empty before each operation of taking one stone from the pile. You are given n operations which Vasya has made. Find the minimal possible number of stones that can be in the pile after making these operations. The first line contains one positive integer n -- the number of operations, that have been made by Vasya ( 1 <= q n <= q 100 ). The next line contains the string s , consisting of n symbols, equal to "-" (without quotes) or "+" (without quotes). If Vasya took the stone on i -th operation, s_i is equal to "-" (without quotes), if added, s_i is equal to "+" (without quotes). Print one integer -- the minimal possible number of stones that can be in the pile after these n operations. In the first test, if Vasya had 3 stones in the pile at the beginning, after making operations the number of stones will be equal to 0 . It is impossible to have less number of piles, so the answer is 0 . Please notice, that the number of stones at the beginning can 't be less, than 3 , because in this case, Vasya won 't be able to take a stone on some operation (the pile will be empty). In the second test, if Vasya had 0 stones in the pile at the beginning, after making operations the number of stones will be equal to 4 . It is impossible to have less number of piles because after making 4 operations the number of stones in the pile increases on 4 stones. So, the answer is 4 . In the third test, if Vasya had 1 stone in the pile at the beginning, after making operations the number of stones will be equal to 1 . It can be proved, that it is impossible to have less number of stones after making the operations. In the fourth test, if Vasya had 0 stones in the pile at the beginning, after making operations'...

Tutorials

66993

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
54868995 vjudge2 A May 31, 2019, 8:04 a.m. OK Clang++17 Diagnostics TESTS 82 46 0 800
55556480 cychatwani A June 14, 2019, 10:10 a.m. OK Clang++17 Diagnostics TESTS 82 46 0 800
54093016 vjudge1 A May 14, 2019, 11:46 a.m. OK Clang++17 Diagnostics TESTS 82 46 0 800
55429859 vjudge4 A June 11, 2019, 10:51 a.m. OK Clang++17 Diagnostics TESTS 82 46 0 800
54075661 MaddyThakker A May 13, 2019, 7:41 p.m. OK Clang++17 Diagnostics TESTS 82 46 1024000 800
58222827 vjudge1 A Aug. 3, 2019, 1:16 p.m. OK Clang++17 Diagnostics TESTS 82 46 1024000 800
61072066 armyboguchar A Sept. 22, 2019, 1:08 p.m. OK Clang++17 Diagnostics TESTS 82 46 1024000 800
55560091 yashkgupta3 A June 14, 2019, 12:11 p.m. OK Clang++17 Diagnostics TESTS 82 46 1024000 800
54075805 MaddyThakker A May 13, 2019, 7:50 p.m. OK Clang++17 Diagnostics TESTS 82 46 1024000 800
54063043 DTUPIS A May 13, 2019, 12:07 p.m. OK Clang++17 Diagnostics TESTS 82 61 0 800
55302870 xcodevn A June 8, 2019, 12:47 p.m. OK D TESTS 82 31 0 800
54030183 cedretaber A May 12, 2019, 2:45 p.m. OK D TESTS 82 31 0 800
54048884 A_IGOR A May 12, 2019, 6:45 p.m. OK Delphi TESTS 82 31 0 800
54069701 Denor A May 13, 2019, 3:29 p.m. OK Delphi TESTS 82 46 0 800
54030427 ruban A May 12, 2019, 2:46 p.m. OK Delphi TESTS 82 46 10444800 800
60778414 pascal_handle A Sept. 18, 2019, 3:19 p.m. OK FPC TESTS 82 31 0 800
58667660 ghosthunterk A Aug. 12, 2019, 1:10 p.m. OK FPC TESTS 82 31 102400 800
57181849 HoangVu123 A July 17, 2019, 7:30 a.m. OK FPC TESTS 82 31 102400 800
54075171 old_boo A May 13, 2019, 7:15 p.m. OK FPC TESTS 82 31 102400 800
54037711 buinguyennhatminh911 A May 12, 2019, 3:28 p.m. OK FPC TESTS 82 31 102400 800
54035427 ErwinRommel A May 12, 2019, 3:14 p.m. OK FPC TESTS 82 31 102400 800
54031710 giahung.nguyentrong A May 12, 2019, 2:53 p.m. OK FPC TESTS 82 31 102400 800
55230968 minhquaningenious A June 7, 2019, 5:38 a.m. OK FPC TESTS 82 31 204800 800
54516418 0101 A May 23, 2019, 10:06 a.m. OK FPC TESTS 82 31 204800 800
54279096 omlgg A May 17, 2019, 12:33 p.m. OK FPC TESTS 82 31 204800 800
67520302 vjudge2 A Dec. 24, 2019, 12:12 p.m. OK GNU C11 TESTS 82 31 0 800
68146648 sunzida A Jan. 4, 2020, 4:49 a.m. OK GNU C11 TESTS 82 31 0 800
68208444 Fellow_junior A Jan. 4, 2020, 6:16 p.m. OK GNU C11 TESTS 82 31 0 800
68211762 ranalive.hr A Jan. 4, 2020, 7:44 p.m. OK GNU C11 TESTS 82 31 0 800
69806603 vjudge1 A Jan. 30, 2020, 2:13 a.m. OK GNU C11 TESTS 82 31 0 800
69812407 vjudge1 A Jan. 30, 2020, 4:54 a.m. OK GNU C11 TESTS 82 31 0 800
66428481 vjudge5 A Dec. 7, 2019, 12:17 a.m. OK GNU C11 TESTS 82 31 0 800
67517802 vjudge2 A Dec. 24, 2019, 11:27 a.m. OK GNU C11 TESTS 82 31 0 800
67518223 vjudge2 A Dec. 24, 2019, 11:34 a.m. OK GNU C11 TESTS 82 31 0 800
67761088 shadreza A Dec. 27, 2019, 10:26 p.m. OK GNU C11 TESTS 82 31 0 800
54031439 wael_amri-97 A May 12, 2019, 2:51 p.m. OK GNU C++11 TESTS 82 30 0 800
54068066 racoon A May 13, 2019, 2:31 p.m. OK GNU C++11 TESTS 82 30 0 800
69710869 luogu_bot1 A Jan. 29, 2020, 6:58 a.m. OK GNU C++11 TESTS 82 31 0 800
69814720 Goobyee A Jan. 30, 2020, 5:45 a.m. OK GNU C++11 TESTS 82 31 0 800
69067116 G.E.N.E.R.A.L_10 A Jan. 18, 2020, 7:10 p.m. OK GNU C++11 TESTS 82 31 0 800
68954174 God_of_Thunder_Unworthy A Jan. 16, 2020, 7:17 p.m. OK GNU C++11 TESTS 82 31 0 800
68883020 Andreiww A Jan. 15, 2020, 7:40 p.m. OK GNU C++11 TESTS 82 31 0 800
69230190 md_sifat A Jan. 21, 2020, 9:09 a.m. OK GNU C++11 TESTS 82 31 0 800
68711462 zhan1 A Jan. 13, 2020, 1:07 p.m. OK GNU C++11 TESTS 82 31 0 800
69504627 DevC A Jan. 25, 2020, 8:02 a.m. OK GNU C++11 TESTS 82 31 0 800
58938469 aman_garg001 A Aug. 17, 2019, 5:48 a.m. OK GNU C++14 TESTS 82 15 0 800
61442057 dominics A Sept. 28, 2019, 7:11 p.m. OK GNU C++14 TESTS 82 15 0 800
56643334 maskMan A July 7, 2019, 4:11 a.m. OK GNU C++14 TESTS 82 15 0 800
54065878 201716080213 A May 13, 2019, 1:26 p.m. OK GNU C++14 TESTS 82 15 0 800
54051155 ss6364 A May 12, 2019, 8:24 p.m. OK GNU C++14 TESTS 82 15 0 800
54050072 smir2k14 A May 12, 2019, 7:35 p.m. OK GNU C++14 TESTS 82 15 0 800
54047466 rohijulislam A May 12, 2019, 5:59 p.m. OK GNU C++14 TESTS 82 15 1228800 800
56286686 Volodya333 A June 29, 2019, 8:04 p.m. OK GNU C++14 TESTS 82 15 7987200 800
68233599 Maxymilian A Jan. 5, 2020, 10:06 a.m. OK GNU C++14 TESTS 82 30 0 800
68632195 vjudge3 A Jan. 12, 2020, 3:37 a.m. OK GNU C++14 TESTS 82 30 0 800
54053362 _go_Beyond A May 13, 2019, 6:19 a.m. OK GNU C++17 TESTS 82 15 0 800
54789922 tiger221 A May 29, 2019, 6:35 a.m. OK GNU C++17 TESTS 82 15 0 800
67518029 vjudge2 A Dec. 24, 2019, 11:31 a.m. OK GNU C++17 TESTS 82 30 0 800
69501768 master19 A Jan. 25, 2020, 6:50 a.m. OK GNU C++17 TESTS 82 30 0 800
64747169 fawzi_rjili A Nov. 12, 2019, 1:56 p.m. OK GNU C++17 TESTS 82 30 0 800
61920095 bekasyladenov A Oct. 5, 2019, 1:08 p.m. OK GNU C++17 TESTS 82 30 0 800
61771536 vjudge5 A Oct. 3, 2019, 10:22 a.m. OK GNU C++17 TESTS 82 30 0 800
66141715 MoeenTM A Dec. 1, 2019, 2:42 p.m. OK GNU C++17 TESTS 82 30 0 800
66445829 Smartsrk A Dec. 7, 2019, 9:38 a.m. OK GNU C++17 TESTS 82 30 0 800
66833066 Umi A Dec. 14, 2019, 10:57 a.m. OK GNU C++17 TESTS 82 30 0 800
68631401 vjudge5 A Jan. 12, 2020, 3:03 a.m. OK Go TESTS 82 31 0 800
68631373 Keane1998 A Jan. 12, 2020, 3:02 a.m. OK Go TESTS 82 31 0 800
54508877 tony_stark1 A May 23, 2019, 5:57 a.m. OK Go TESTS 82 31 0 800
54281175 baihuahua A May 17, 2019, 1:28 p.m. OK Go TESTS 82 31 0 800
54064137 Jack5505 A May 13, 2019, 12:37 p.m. OK Go TESTS 82 31 0 800
54041033 node44 A May 12, 2019, 3:54 p.m. OK Go TESTS 82 31 0 800
54033551 weed A May 12, 2019, 3:02 p.m. OK Go TESTS 82 46 0 800
58883523 sighduck A Aug. 15, 2019, 11:50 p.m. OK Go TESTS 82 46 0 800
54508777 tony_stark1 A May 23, 2019, 5:54 a.m. OK Go TESTS 82 46 0 800
54362222 fc-lib-xyz A May 18, 2019, 9:40 p.m. OK Go TESTS 82 46 0 800
56778672 ZZYSonny A July 10, 2019, 4:47 a.m. OK Haskell TESTS 82 46 102400 800
55442614 vjudge4 A June 11, 2019, 1:23 p.m. OK Haskell TESTS 82 46 102400 800
55430665 vjudge3 A June 11, 2019, 11:16 a.m. OK Haskell TESTS 82 46 102400 800
54371839 code_report A May 19, 2019, 6:55 a.m. OK Haskell TESTS 82 46 102400 800
54348473 jedikni A May 18, 2019, 1:35 p.m. OK Haskell TESTS 82 46 102400 800
54033186 aberent A May 12, 2019, 3 p.m. OK Haskell TESTS 82 46 102400 800
54031301 torus711 A May 12, 2019, 2:51 p.m. OK Haskell TESTS 82 46 102400 800
69449046 warrioramrit A Jan. 24, 2020, 5:10 a.m. OK Java 11 TESTS 82 187 0 800
68778144 o33202919 A Jan. 14, 2020, 2:06 p.m. OK Java 11 TESTS 82 202 0 800
68164070 cribabby A Jan. 4, 2020, 12:07 p.m. OK Java 11 TESTS 82 202 0 800
65680130 bluesky111 A Nov. 24, 2019, 7:35 p.m. OK Java 8 TESTS 82 109 0 800
59623775 insane_28 A Aug. 28, 2019, 3:07 p.m. OK Java 8 TESTS 82 109 0 800
58894104 vvenkai A Aug. 16, 2019, 6:52 a.m. OK Java 8 TESTS 82 109 0 800
56856528 Jarik A July 11, 2019, 6:47 p.m. OK Java 8 TESTS 82 109 0 800
55539392 Shivam_72 A June 13, 2019, 6:37 p.m. OK Java 8 TESTS 82 109 0 800
55277498 beroul A June 7, 2019, 8:15 p.m. OK Java 8 TESTS 82 109 0 800
54840605 KaranSheth99 A May 30, 2019, 12:39 p.m. OK Java 8 TESTS 82 109 0 800
54722360 ragpatel8742 A May 27, 2019, 6:07 p.m. OK Java 8 TESTS 82 109 0 800
54630277 lesgetit A May 25, 2019, 2:06 p.m. OK Java 8 TESTS 82 109 0 800
54565331 AryssonFigueiredo A May 24, 2019, 4:04 p.m. OK Java 8 TESTS 82 109 0 800
54028960 orazbek A May 12, 2019, 2:39 p.m. OK JavaScript TESTS 82 31 0 800
54080171 harshit15 A May 14, 2019, 2:10 a.m. OK JavaScript TESTS 82 46 0 800
54093005 RomaniaRoyality A May 14, 2019, 11:45 a.m. OK Kotlin TESTS 82 124 0 800
56303936 I.A.K.O.V A June 30, 2019, 10:36 a.m. OK Kotlin TESTS 82 124 0 800
56303829 I.A.K.O.V A June 30, 2019, 10:32 a.m. OK Kotlin TESTS 82 124 0 800
54737555 pythox A May 28, 2019, 5:55 a.m. OK Kotlin TESTS 82 124 0 800
54051668 Asgar A May 12, 2019, 8:55 p.m. OK Kotlin TESTS 82 124 0 800
54664119 auron567 A May 26, 2019, 12:18 p.m. OK Kotlin TESTS 82 139 0 800
56413183 Spheniscine A July 2, 2019, 2:19 a.m. OK Kotlin TESTS 82 139 0 800
55102418 MattM A June 4, 2019, 9:30 p.m. OK Kotlin TESTS 82 140 0 800
56868646 mendel_vv A July 12, 2019, 5:10 a.m. OK Kotlin TESTS 82 140 0 800
54030669 Farwent A May 12, 2019, 2:47 p.m. OK Kotlin TESTS 82 140 0 800
55006073 og.kostya A June 3, 2019, 7:36 a.m. OK Mono C# TESTS 82 46 0 800
54475238 Xtreemist A May 22, 2019, 8:03 a.m. OK Mono C# TESTS 82 46 0 800
54049816 Giangvp A May 12, 2019, 7:24 p.m. OK Mono C# TESTS 82 46 0 800
68233336 75number A Jan. 5, 2020, 10:01 a.m. OK Mono C# TESTS 82 61 0 800
54032814 maxkh A May 12, 2019, 2:58 p.m. OK Mono C# TESTS 82 61 0 800
54051774 ykurmangaliyev A May 12, 2019, 9:02 p.m. OK Mono C# TESTS 82 61 0 800
54347188 GusztavSzmolik A May 18, 2019, 1:01 p.m. OK Mono C# TESTS 82 61 0 800
54709274 SaurumanS A May 27, 2019, 7:28 a.m. OK Mono C# TESTS 82 61 0 800
57272439 we1cometo A July 18, 2019, 9:24 a.m. OK Mono C# TESTS 82 62 0 800
56812285 ablewhite A July 10, 2019, 4:55 p.m. OK Mono C# TESTS 82 62 0 800
54963756 vjudge4 A June 2, 2019, 5:20 a.m. OK MS C++ TESTS 82 30 0 800
69810337 vjudge5 A Jan. 30, 2020, 4:06 a.m. OK MS C++ TESTS 82 31 0 800
69809118 vjudge4 A Jan. 30, 2020, 3:31 a.m. OK MS C++ TESTS 82 31 0 800
69810885 vjudge3 A Jan. 30, 2020, 4:19 a.m. OK MS C++ TESTS 82 31 0 800
69808054 vjudge2 A Jan. 30, 2020, 3:01 a.m. OK MS C++ TESTS 82 31 0 800
69807783 vjudge2 A Jan. 30, 2020, 2:51 a.m. OK MS C++ TESTS 82 31 0 800
69807221 vjudge1 A Jan. 30, 2020, 2:34 a.m. OK MS C++ TESTS 82 31 0 800
69807732 vjudge3 A Jan. 30, 2020, 2:49 a.m. OK MS C++ TESTS 82 31 0 800
69807028 vjudge2 A Jan. 30, 2020, 2:27 a.m. OK MS C++ TESTS 82 31 0 800
69810614 vjudge4 A Jan. 30, 2020, 4:13 a.m. OK MS C++ TESTS 82 31 0 800
64554324 vjudge1 A Nov. 9, 2019, 2:25 a.m. OK MS C++ 2017 TESTS 82 31 0 800
69295120 AntONSarskiy A Jan. 22, 2020, 11:54 a.m. OK MS C++ 2017 TESTS 82 31 0 800
66472583 Tangerine A Dec. 7, 2019, 7:04 p.m. OK MS C++ 2017 TESTS 82 31 0 800
66410065 vjudge4 A Dec. 6, 2019, 3 p.m. OK MS C++ 2017 TESTS 82 31 0 800
66403722 vjudge1 A Dec. 6, 2019, 1:03 p.m. OK MS C++ 2017 TESTS 82 31 0 800
66138493 vjudge4 A Dec. 1, 2019, 1:19 p.m. OK MS C++ 2017 TESTS 82 31 0 800
65225422 vjudge2 A Nov. 17, 2019, 1:17 a.m. OK MS C++ 2017 TESTS 82 31 0 800
65224973 vjudge1 A Nov. 17, 2019, 12:52 a.m. OK MS C++ 2017 TESTS 82 31 0 800
64630669 vjudge5 A Nov. 10, 2019, 10:03 a.m. OK MS C++ 2017 TESTS 82 31 0 800
64624769 vjudge4 A Nov. 10, 2019, 8:10 a.m. OK MS C++ 2017 TESTS 82 31 0 800
54032631 old_boo A May 12, 2019, 2:57 p.m. OK Node.js TESTS 82 186 409600 800
54536096 pashqa88 A May 23, 2019, 8:16 p.m. OK Node.js TESTS 82 233 512000 800
63302001 duydec1 A Oct. 24, 2019, 2:33 p.m. OK PascalABC.NET TESTS 82 187 0 800
62075229 Delfin A Oct. 7, 2019, 6:09 p.m. OK PascalABC.NET TESTS 82 218 0 800
57141141 28Nik A July 16, 2019, 11:06 a.m. OK PascalABC.NET TESTS 82 233 0 800
61349795 spartavp A Sept. 27, 2019, 7:24 a.m. OK PascalABC.NET TESTS 82 249 0 800
56151339 Gimber A June 27, 2019, 8:17 a.m. OK PascalABC.NET TESTS 82 280 0 800
68825568 Nidavellir A Jan. 14, 2020, 7:02 p.m. OK PascalABC.NET TESTS 82 296 204800 800
56276448 MaksimFedoseev A June 29, 2019, 2:29 p.m. OK PascalABC.NET TESTS 82 327 102400 800
54030138 mm944 A May 12, 2019, 2:45 p.m. OK PascalABC.NET TESTS 82 327 204800 800
54034253 corvinus82 A May 12, 2019, 3:07 p.m. OK Perl TESTS 82 109 2457600 800
55534128 mayakin A June 13, 2019, 3:20 p.m. OK PHP TESTS 82 46 0 800
54244437 nds92 A May 16, 2019, 2:17 p.m. OK PHP TESTS 82 46 409600 800
54036664 CrazyDr A May 12, 2019, 3:21 p.m. OK PHP TESTS 82 46 409600 800
54806458 jolt.tks A May 29, 2019, 2:26 p.m. OK PyPy 2 TESTS 82 124 0 800
54513601 codeseeker A May 23, 2019, 8:33 a.m. OK PyPy 2 TESTS 82 124 0 800
54173363 kaif_7 A May 15, 2019, 12:36 p.m. OK PyPy 2 TESTS 82 124 0 800
54096100 dragos231456 A May 14, 2019, 1:07 p.m. OK PyPy 2 TESTS 82 124 0 800
54057215 sainitejeshwar A May 13, 2019, 9:02 a.m. OK PyPy 2 TESTS 82 124 0 800
54033310 deren A May 12, 2019, 3:01 p.m. OK PyPy 2 TESTS 82 124 0 800
54030958 bl4ckc4t A May 12, 2019, 2:49 p.m. OK PyPy 2 TESTS 82 124 0 800
54084194 smunjal96 A May 14, 2019, 6:15 a.m. OK PyPy 2 TESTS 82 139 0 800
58034222 zied_manai A July 30, 2019, 5:37 p.m. OK PyPy 2 TESTS 82 140 0 800
54053331 allonsy_kim A May 13, 2019, 6:17 a.m. OK PyPy 2 TESTS 82 140 0 800
54065050 Riolku A May 13, 2019, 1:02 p.m. OK PyPy 3 TESTS 82 124 0 800
54060073 kabuszki A May 13, 2019, 10:44 a.m. OK PyPy 3 TESTS 82 124 0 800
54055169 thekushalghosh A May 13, 2019, 7:41 a.m. OK PyPy 3 TESTS 82 124 0 800
54048421 _nobody_ A May 12, 2019, 6:33 p.m. OK PyPy 3 TESTS 82 124 0 800
62381497 shall_not_pass A Oct. 11, 2019, 7:19 p.m. OK PyPy 3 TESTS 82 139 0 800
54050240 Kinopitals A May 12, 2019, 7:43 p.m. OK PyPy 3 TESTS 82 139 0 800
54053555 ThuylinhTran A May 13, 2019, 6:29 a.m. OK PyPy 3 TESTS 82 139 204800 800
66053837 zgonnikov A Nov. 30, 2019, 6:40 p.m. OK PyPy 3 TESTS 82 140 0 800
64335491 algdgn A Nov. 5, 2019, 9:34 p.m. OK PyPy 3 TESTS 82 140 0 800
63936178 vjudge4 A Oct. 31, 2019, 3:55 p.m. OK PyPy 3 TESTS 82 140 0 800
55180619 kpiiitb A June 5, 2019, 9:51 p.m. OK Python 2 TESTS 82 171 0 800
54766722 -g0d- A May 28, 2019, 5:28 p.m. OK Python 2 TESTS 82 171 0 800
54766592 -g0d- A May 28, 2019, 5:24 p.m. OK Python 2 TESTS 82 171 0 800
54766457 -g0d- A May 28, 2019, 5:21 p.m. OK Python 2 TESTS 82 171 0 800
54408787 franckmy A May 20, 2019, 8:20 a.m. OK Python 2 TESTS 82 171 0 800
54137868 kunalk A May 14, 2019, 4:44 p.m. OK Python 2 TESTS 82 171 0 800
54049419 SoSooding A May 12, 2019, 7:08 p.m. OK Python 2 TESTS 82 171 0 800
54035846 coderbd A May 12, 2019, 3:16 p.m. OK Python 2 TESTS 82 171 0 800
56883658 prabhath123 shriamrut Ex0d1a A July 12, 2019, 11:37 a.m. OK Python 2 TESTS 82 186 0 800
54988206 WyattWismer A June 2, 2019, 4:57 p.m. OK Python 2 TESTS 82 186 0 800
55242140 prsb123 A June 7, 2019, 11:38 a.m. OK Python 3 TESTS 82 108 0 800
54470472 aman06016 A May 22, 2019, 5:04 a.m. OK Python 3 TESTS 82 108 0 800
54452457 AminulIslam A May 21, 2019, 2:12 p.m. OK Python 3 TESTS 82 108 0 800
69189531 stars_in_the_sky A Jan. 20, 2020, 1:05 p.m. OK Python 3 TESTS 82 109 0 800
68442062 cs1g A Jan. 9, 2020, 11:18 a.m. OK Python 3 TESTS 82 109 0 800
68396661 chints11 A Jan. 8, 2020, 11:21 a.m. OK Python 3 TESTS 82 109 0 800
67373977 Firsov62121 A Dec. 21, 2019, 2:39 p.m. OK Python 3 TESTS 82 109 0 800
64742793 daleks A Nov. 12, 2019, 12:31 p.m. OK Python 3 TESTS 82 109 0 800
63849761 vjudge4 A Oct. 30, 2019, 3:23 p.m. OK Python 3 TESTS 82 109 0 800
63628281 ghoshashis545 A Oct. 28, 2019, 5:11 a.m. OK Python 3 TESTS 82 109 0 800
65427864 megachuhancer A Nov. 20, 2019, 11:13 a.m. OK Ruby TESTS 82 62 204800 800
65428004 megachuhancer A Nov. 20, 2019, 11:15 a.m. OK Ruby TESTS 82 77 0 800
54231996 adumitra A May 16, 2019, 9:08 a.m. OK Ruby TESTS 82 77 0 800
60902735 fshuto A Sept. 19, 2019, 11:33 p.m. OK Ruby TESTS 82 93 102400 800
67644910 rsy3244 A Dec. 26, 2019, 9:44 a.m. OK Rust TESTS 82 31 0 800
54092793 yah01 A May 14, 2019, 11:39 a.m. OK Rust TESTS 82 31 0 800
54029499 arzk A May 12, 2019, 2:41 p.m. OK Rust TESTS 82 31 0 800
54557377 omar.fmc A May 24, 2019, 12:17 p.m. OK Scala TESTS 82 405 0 800
54030257 Budstalion A May 12, 2019, 2:45 p.m. OK Scala TESTS 82 498 102400 800

remove filters

Back to search problems