Codeforces Round 269 (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
471 Codeforces Round 269 (Div. 2) FINISHED False 7200 325434563 Sept. 26, 2014, 3:30 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 8540 ) D MUH and Cube Walls PROGRAMMING string suffix structures strings 2000

B'Polar bears Menshykov and Uslada from the zoo of St. Petersburg and elephant Horace from the zoo of Kiev got hold of lots of wooden cubes somewhere. They started making cube towers by placing the cubes one on top of the other. They defined multiple towers standing in a line as a wall. A wall can consist of towers of different heights. Horace was the first to finish making his wall. He called his wall an elephant. The wall consists of w towers. The bears also finished making their wall but they didn 't give it a name. Their wall consists of n towers. Horace looked at the bears ' tower and wondered: in how many parts of the wall can he "see an elephant"? He can "see an elephant" on a segment of w contiguous towers if the heights of the towers on the segment match as a sequence the heights of the towers in Horace 's wall. In order to see as many elephants as possible, Horace can raise and lower his wall. He even can lower the wall below the ground level (see the pictures to the samples for clarification). Your task is to count the number of segments where Horace can "see an elephant". The first line contains two integers n and w (1 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89n, xe2 x80 x89w xe2 x80 x89 xe2 x89 xa4 xe2 x80 x892 xc2 xb7105) -- the number of towers in the bears ' and the elephant 's walls correspondingly. The second line contains n integers ai (1 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89ai xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89109) -- the heights of the towers in the bears ' wall. The third line contains w integers bi (1 xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89bi xe2 x80 x89 xe2 x89 xa4 xe2 x80 x89109) -- the heights of the towers in the elephant 's wall. Print the number of segments in the bears ' wall where Horace can "see an elephant". The picture to the left shows Horace 's wall from the sample, the picture to the right shows the bears ' wall. The segments where Horace can "see an elephant" are in gray.'...

Tutorials

Codeforces Round #269 Editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
7983178 rais.fathin38 D Sept. 27, 2014, 10:46 a.m. OK D TESTS 30 202 2969600 2000
8072325 kuviman D Oct. 3, 2014, 8:26 p.m. OK D TESTS 30 202 5120000 2000
8072321 kuviman D Oct. 3, 2014, 8:25 p.m. OK D TESTS 30 202 5120000 2000
10557877 AHTuTTuTyX D April 3, 2015, 8:03 a.m. OK Delphi TESTS 30 62 16076800 2000
8932288 metalopocalipsis D Dec. 2, 2014, 1:11 p.m. OK Delphi TESTS 30 639 18534400 2000
15152265 Valerich D Jan. 1, 2016, 7:27 p.m. OK FPC TESTS 30 46 20070400 2000
7975981 PashaChemerys D Sept. 26, 2014, 7:27 p.m. OK FPC TESTS 30 61 6758400 2000
8500452 Yrkart D Oct. 31, 2014, 5:58 p.m. OK FPC TESTS 30 61 20070400 2000
8070903 gyz_gyz D Oct. 3, 2014, 4:47 p.m. OK FPC TESTS 30 62 2457600 2000
7994617 Crossings D Sept. 28, 2014, 1:04 p.m. OK FPC TESTS 30 62 2457600 2000
7978581 landaigia D Sept. 27, 2014, 1:29 a.m. OK FPC TESTS 30 62 2457600 2000
8619129 ghostmath D Nov. 9, 2014, 1:37 a.m. OK FPC TESTS 30 62 4096000 2000
7973937 duyduc D Sept. 26, 2014, 6 p.m. OK FPC TESTS 30 62 4812800 2000
15131171 kalylenny D Dec. 31, 2015, 2:01 a.m. OK FPC TESTS 30 62 4915200 2000
14963523 gamo D Dec. 24, 2015, 4:27 a.m. OK FPC TESTS 30 62 4915200 2000
11971805 sanketM D July 8, 2015, 12:14 p.m. OK GNU C TESTS 30 62 2355200 2000
34437367 Asher_S D Jan. 22, 2018, 7:51 a.m. OK GNU C TESTS 30 62 4300800 2000
10991743 sigkill-uw D May 4, 2015, 12:19 a.m. OK GNU C TESTS 30 62 4812800 2000
34963640 superJason D Feb. 6, 2018, 7:34 a.m. OK GNU C TESTS 30 62 21913600 2000
27746388 logarithm D June 13, 2017, 12:11 a.m. OK GNU C TESTS 30 77 2457600 2000
8426997 learncricket D Oct. 27, 2014, 7:15 a.m. OK GNU C TESTS 30 78 2048000 2000
7984636 gsahil alecsyde D Sept. 27, 2014, 12:32 p.m. OK GNU C TESTS 30 78 9625600 2000
34464204 Seaweeddevil D Jan. 23, 2018, 1:22 a.m. OK GNU C TESTS 30 78 9932800 2000
10665726 jpdyuki D April 12, 2015, 10:40 a.m. OK GNU C TESTS 30 78 32051200 2000
7973169 anurag.dsps D Sept. 26, 2014, 5:26 p.m. OK GNU C TESTS 30 93 5836800 2000
8069777 Anmol2307 D Oct. 3, 2014, 3:05 p.m. OK GNU C++ TESTS 30 15 2457600 2000
7979326 wyfcyx D Sept. 27, 2014, 3:27 a.m. OK GNU C++ TESTS 30 15 2457600 2000
8327510 woyeshizuile D Oct. 20, 2014, 7:17 a.m. OK GNU C++ TESTS 30 15 3993600 2000
8428667 dashuiren D Oct. 27, 2014, 10:50 a.m. OK GNU C++ TESTS 30 30 2764800 2000
32375232 Scut82 D Nov. 17, 2017, 10:31 a.m. OK GNU C++ TESTS 30 30 3379200 2000
27524036 ShinriiTin D June 2, 2017, 12:59 p.m. OK GNU C++ TESTS 30 30 3788800 2000
8226331 changwow D Oct. 14, 2014, 10:19 a.m. OK GNU C++ TESTS 30 30 3993600 2000
33913667 ranwen2 D Jan. 5, 2018, 1:22 a.m. OK GNU C++ TESTS 30 30 6041600 2000
25722857 vjudge3 D March 22, 2017, 10:07 p.m. OK GNU C++ TESTS 30 30 14233600 2000
38431099 vjudge1 D May 19, 2018, 12:45 p.m. OK GNU C++ TESTS 30 31 2252800 2000
7973870 sparks D Sept. 26, 2014, 5:59 p.m. OK GNU C++0x TESTS 30 31 2150400 2000
8556622 Tim_LinYd D Nov. 5, 2014, 10:28 a.m. OK GNU C++0x TESTS 30 31 2457600 2000
8331139 whn6325689 D Oct. 20, 2014, 1:30 p.m. OK GNU C++0x TESTS 30 31 2457600 2000
7981831 Horia D Sept. 27, 2014, 8:50 a.m. OK GNU C++0x TESTS 30 46 1740800 2000
8906462 Amamiya_Yuko D Dec. 1, 2014, 4:29 p.m. OK GNU C++0x TESTS 30 46 2457600 2000
7975225 Qumeric D Sept. 26, 2014, 6:36 p.m. OK GNU C++0x TESTS 30 46 2457600 2000
8494862 dragvs D Oct. 31, 2014, 8:08 a.m. OK GNU C++0x TESTS 30 46 2867200 2000
8128191 fof D Oct. 7, 2014, 8:34 a.m. OK GNU C++0x TESTS 30 46 2969600 2000
8101806 m7mdbadawy D Oct. 6, 2014, 5:56 a.m. OK GNU C++0x TESTS 30 46 2969600 2000
7991050 CountZero D Sept. 28, 2014, 7:35 a.m. OK GNU C++0x TESTS 30 46 4812800 2000
57898330 rainboy D July 28, 2019, 2:34 p.m. OK GNU C11 TESTS 30 62 2457600 2000
52222219 crackj09 D April 2, 2019, 7:16 a.m. OK GNU C11 TESTS 30 62 3993600 2000
34468723 hjn D Jan. 23, 2018, 5:33 a.m. OK GNU C11 TESTS 30 62 4505600 2000
64048976 vjudge5 D Nov. 1, 2019, 8:36 p.m. OK GNU C11 TESTS 30 78 4812800 2000
33195177 fcasas D Dec. 12, 2017, 7:53 p.m. OK GNU C11 TESTS 30 295 5120000 2000
30305753 Mr.Mo D Sept. 13, 2017, 11:44 a.m. OK GNU C++11 TESTS 30 15 2252800 2000
33995593 zsnuo D Jan. 8, 2018, 1:33 a.m. OK GNU C++11 TESTS 30 15 4300800 2000
29816566 hitJudge D Aug. 26, 2017, 11:36 p.m. OK GNU C++11 TESTS 30 30 3993600 2000
29800467 hitJudge D Aug. 26, 2017, 7:56 a.m. OK GNU C++11 TESTS 30 30 3993600 2000
30538131 Saramanda D Sept. 20, 2017, 8:08 a.m. OK GNU C++11 TESTS 30 31 2252800 2000
47189370 luogu_bot3 D Dec. 18, 2018, 11:24 a.m. OK GNU C++11 TESTS 30 31 2252800 2000
38431051 kamiyoru D May 19, 2018, 12:43 p.m. OK GNU C++11 TESTS 30 31 2252800 2000
18726723 UoA_ZQC D June 25, 2016, 10:22 p.m. OK GNU C++11 TESTS 30 31 2457600 2000
19582252 haha_akash D Aug. 2, 2016, 3:27 p.m. OK GNU C++11 TESTS 30 31 2457600 2000
56389599 oduesp D July 1, 2019, noon OK GNU C++11 TESTS 30 31 2457600 2000
50059532 vjudge4 D Feb. 17, 2019, noon OK GNU C++14 TESTS 30 62 2355200 2000
22707740 ndsry D Dec. 5, 2016, 9:07 a.m. OK GNU C++14 TESTS 30 62 2457600 2000
23495901 mengxiang000 D Jan. 2, 2017, 9:15 a.m. OK GNU C++14 TESTS 30 62 24883200 2000
56871781 Scut82 D July 12, 2019, 6:43 a.m. OK GNU C++14 TESTS 30 77 2355200 2000
22707744 vjudge1 D Dec. 5, 2016, 9:07 a.m. OK GNU C++14 TESTS 30 77 2457600 2000
47525853 vjudge2 D Dec. 26, 2018, 3:49 p.m. OK GNU C++14 TESTS 30 77 2457600 2000
49303937 nong D Feb. 1, 2019, 4:54 a.m. OK GNU C++14 TESTS 30 77 4608000 2000
47237951 MilagrosRuiz D Dec. 18, 2018, 10:03 p.m. OK GNU C++14 TESTS 30 78 2150400 2000
45744556 _LzY_ D Nov. 14, 2018, 7:34 p.m. OK GNU C++14 TESTS 30 78 2355200 2000
59617055 numberes D Aug. 28, 2019, 1:03 p.m. OK GNU C++14 TESTS 30 78 2457600 2000
60775727 shivammittal99 D Sept. 18, 2019, 2:18 p.m. OK GNU C++17 TESTS 30 78 1740800 2000
52532104 nofuck D April 9, 2019, 1:53 p.m. OK GNU C++17 TESTS 30 78 2457600 2000
57121416 RCG D July 16, 2019, 1:25 a.m. OK GNU C++17 TESTS 30 78 3276800 2000
60725376 lemon001 D Sept. 17, 2019, 1:42 p.m. OK GNU C++17 TESTS 30 78 16076800 2000
53807660 Princ_iple D May 6, 2019, 3:07 a.m. OK GNU C++17 TESTS 30 78 16076800 2000
63687591 viniciuslettieri D Oct. 28, 2019, 11:51 p.m. OK GNU C++17 TESTS 30 93 1638400 2000
41936245 Laboon D Aug. 21, 2018, 1:08 p.m. OK GNU C++17 TESTS 30 93 1740800 2000
55425510 codeict D June 11, 2019, 8:44 a.m. OK GNU C++17 TESTS 30 93 1740800 2000
59390804 manhcuong99 D Aug. 24, 2019, 8:26 a.m. OK GNU C++17 TESTS 30 93 1740800 2000
47501623 AryaKnight D Dec. 25, 2018, 6:19 p.m. OK GNU C++17 TESTS 30 93 2048000 2000
7987702 llllllll D Sept. 27, 2014, 5:56 p.m. OK Go TESTS 30 93 11161600 2000
9444767 I_love_Malika D Jan. 16, 2015, 4 p.m. OK Go TESTS 30 124 3584000 2000
67308661 Oom D Dec. 21, 2019, 12:07 a.m. OK Java 11 TESTS 30 249 4608000 2000
68146069 thisbeit D Jan. 4, 2020, 4:27 a.m. OK Java 11 TESTS 30 327 21606400 2000
7985193 meijun D Sept. 27, 2014, 1:13 p.m. OK Java 6 TESTS 30 171 6656000 2000
7985139 meijun D Sept. 27, 2014, 1:10 p.m. OK Java 6 TESTS 30 202 8192000 2000
9329632 xiaowuc1 D Dec. 31, 2014, 3:37 a.m. OK Java 6 TESTS 30 280 6246400 2000
7993782 ef300 D Sept. 28, 2014, 11:52 a.m. OK Java 6 TESTS 30 420 102400 2000
7993821 AhmedShahin123 D Sept. 28, 2014, 11:56 a.m. OK Java 6 TESTS 30 421 102400 2000
8339315 marcose18 D Oct. 21, 2014, 8:50 a.m. OK Java 6 TESTS 30 561 102400 2000
7985781 AlwaysNewbie D Sept. 27, 2014, 2:06 p.m. OK Java 6 TESTS 30 561 102400 2000
7985814 vjudge3 D Sept. 27, 2014, 2:09 p.m. OK Java 6 TESTS 30 577 102400 2000
7985801 AlwaysNewbie D Sept. 27, 2014, 2:08 p.m. OK Java 6 TESTS 30 577 102400 2000
7988404 sokian D Sept. 27, 2014, 7:33 p.m. OK Java 7 TESTS 30 77 0 2000
7979097 hama-du D Sept. 27, 2014, 2:50 a.m. OK Java 7 TESTS 30 93 0 2000
7974070 fillets D Sept. 26, 2014, 6:02 p.m. OK Java 7 TESTS 30 93 0 2000
14802877 DukeOfYork D Dec. 14, 2015, 1:28 p.m. OK Java 7 TESTS 30 109 0 2000
8066893 darsh D Oct. 3, 2014, 9:30 a.m. OK Java 7 TESTS 30 140 3993600 2000
8066137 su_58 D Oct. 3, 2014, 7:48 a.m. OK Java 7 TESTS 30 140 3993600 2000
8182457 chinh7 D Oct. 12, 2014, 10:50 a.m. OK Java 7 TESTS 30 140 4710400 2000
11364694 suigingin D May 31, 2015, 9:23 a.m. OK Java 7 TESTS 30 155 0 2000
8182588 chinh7 D Oct. 12, 2014, 11:06 a.m. OK Java 7 TESTS 30 155 3891200 2000
8179614 waterfalls D Oct. 12, 2014, 5:23 a.m. OK Java 7 TESTS 30 155 3993600 2000
56442109 saurabhs1206 D July 2, 2019, 4:56 p.m. OK Java 8 TESTS 30 124 0 2000
45499251 Srinivasa_Ramanujan D Nov. 10, 2018, 5:49 a.m. OK Java 8 TESTS 30 124 0 2000
45499235 Srinivasa_Ramanujan D Nov. 10, 2018, 5:49 a.m. OK Java 8 TESTS 30 124 0 2000
45499208 Srinivasa_Ramanujan D Nov. 10, 2018, 5:47 a.m. OK Java 8 TESTS 30 124 0 2000
12245596 analog D July 27, 2015, 10:52 p.m. OK Java 8 TESTS 30 124 0 2000
68142065 Sharon D Jan. 3, 2020, 11:48 p.m. OK Java 8 TESTS 30 139 0 2000
45498926 Srinivasa_Ramanujan D Nov. 10, 2018, 5:24 a.m. OK Java 8 TESTS 30 139 0 2000
41247953 K_B_C_S D Aug. 5, 2018, 2:15 p.m. OK Java 8 TESTS 30 139 0 2000
41256061 K_B_C_S D Aug. 5, 2018, 8:18 p.m. OK Java 8 TESTS 30 140 0 2000
28211641 prashanth_rebala D July 2, 2017, 1:50 p.m. OK Java 8 TESTS 30 140 20582400 2000
55222338 vjudge5 D June 6, 2019, 8:36 p.m. OK Kotlin TESTS 30 264 17817600 2000
55222277 slemus D June 6, 2019, 8:33 p.m. OK Kotlin TESTS 30 264 17817600 2000
14045365 Hepic_Antony_Skarlatos D Nov. 3, 2015, 4:53 p.m. OK Mono C# TESTS 30 171 34713600 2000
9439624 camypaper D Jan. 16, 2015, 12:37 a.m. OK MS C# TESTS 30 77 3072000 2000
9428748 camypaper D Jan. 14, 2015, 10:40 a.m. OK MS C# TESTS 30 77 5529600 2000
7982226 og.kostya D Sept. 27, 2014, 9:25 a.m. OK MS C# TESTS 30 93 6963200 2000
31904480 DCNick3 D Oct. 30, 2017, 7:49 p.m. OK MS C# TESTS 30 187 36556800 2000
8166015 scanhex D Oct. 10, 2014, 1:39 p.m. OK MS C# TESTS 30 249 8192000 2000
45266281 vjudge2 D Nov. 4, 2018, 6:05 a.m. OK MS C++ TESTS 30 61 20070400 2000
8397163 tangchuanxin D Oct. 25, 2014, 2:35 a.m. OK MS C++ TESTS 30 62 2355200 2000
7975833 bible D Sept. 26, 2014, 7:14 p.m. OK MS C++ TESTS 30 62 2355200 2000
14039258 padyshakh D Nov. 3, 2015, 9:09 a.m. OK MS C++ TESTS 30 62 2457600 2000
53286483 vjudge2 D April 25, 2019, 2:04 p.m. OK MS C++ TESTS 30 62 2457600 2000
8340212 last_one D Oct. 21, 2014, 10:28 a.m. OK MS C++ TESTS 30 62 2457600 2000
7974499 wdcjdtc D Sept. 26, 2014, 6:10 p.m. OK MS C++ TESTS 30 62 3584000 2000
8509820 yeahpeng D Nov. 1, 2014, 8:21 a.m. OK MS C++ TESTS 30 62 3584000 2000
8139066 katan D Oct. 8, 2014, 11:58 a.m. OK MS C++ TESTS 30 62 3686400 2000
58459961 vjudge5 D Aug. 8, 2019, 3:49 p.m. OK MS C++ TESTS 30 62 3993600 2000
52564661 ChaLemon D April 10, 2019, 11:59 a.m. OK MS C++ 2017 TESTS 30 109 2457600 2000
58512257 CtrlAlt D Aug. 9, 2019, 7:47 p.m. OK MS C++ 2017 TESTS 30 109 5632000 2000
67767684 vjudge2 D Dec. 28, 2019, 5:06 a.m. OK MS C++ 2017 TESTS 30 140 1740800 2000
54343579 Timonnable D May 18, 2019, 11:25 a.m. OK MS C++ 2017 TESTS 30 296 7884800 2000
51062488 c1729 D March 9, 2019, 4 a.m. OK PyPy 2 TESTS 30 171 16896000 2000
54971899 thuutin D June 2, 2019, 8:58 a.m. OK PyPy 2 TESTS 30 187 16691200 2000
51360132 YESMAths D March 16, 2019, 6:50 a.m. OK PyPy 2 TESTS 30 187 16896000 2000
22583209 maximus12793 D Nov. 28, 2016, 6:36 p.m. OK PyPy 2 TESTS 30 187 18329600 2000
22374659 masonsbro D Nov. 21, 2016, 12:32 a.m. OK PyPy 2 TESTS 30 202 15974400 2000
22583196 maximus12793 D Nov. 28, 2016, 6:35 p.m. OK PyPy 2 TESTS 30 217 17920000 2000
51062732 c1729 D March 9, 2019, 4:11 a.m. OK PyPy 2 TESTS 30 233 22118400 2000
53805977 c1729 D May 6, 2019, 12:48 a.m. OK PyPy 2 TESTS 30 358 21196800 2000
53806003 c1729 D May 6, 2019, 12:50 a.m. OK PyPy 2 TESTS 30 405 20992000 2000
53806031 c1729 D May 6, 2019, 12:52 a.m. OK PyPy 2 TESTS 30 795 21606400 2000
46395702 vyung D Nov. 30, 2018, 9:06 a.m. OK PyPy 3 TESTS 30 342 22937600 2000
49505631 TsutsukakushiTsukiko D Feb. 5, 2019, 5:22 p.m. OK PyPy 3 TESTS 30 358 24883200 2000
48877161 265918 D Jan. 24, 2019, 8:42 a.m. OK PyPy 3 TESTS 30 374 19968000 2000
49886660 SuhanovPavel D Feb. 13, 2019, 10:06 p.m. OK PyPy 3 TESTS 30 374 24678400 2000
52325518 c1729 D April 4, 2019, 11:57 p.m. OK PyPy 3 TESTS 30 389 24473600 2000
69074157 UHEncoder D Jan. 19, 2020, 1:34 a.m. OK PyPy 3 TESTS 30 405 20377600 2000
37431334 sunhong D April 18, 2018, 10:01 a.m. OK PyPy 3 TESTS 30 405 45772800 2000
52325506 c1729 D April 4, 2019, 11:56 p.m. OK PyPy 3 TESTS 30 420 19968000 2000
66310612 iamssk D Dec. 5, 2019, 11:17 a.m. OK PyPy 3 TESTS 30 421 29286400 2000
64048116 vjudge1 D Nov. 1, 2019, 8:14 p.m. OK PyPy 3 TESTS 30 451 23552000 2000
7977803 chaitan94 D Sept. 26, 2014, 10:49 p.m. OK Python 2 TESTS 30 312 11059200 2000
7976564 iceman_w D Sept. 26, 2014, 8:28 p.m. OK Python 2 TESTS 30 373 12697600 2000
7993160 sovenok D Sept. 28, 2014, 10:55 a.m. OK Python 2 TESTS 30 374 17920000 2000
7979885 jddymx D Sept. 27, 2014, 5:11 a.m. OK Python 2 TESTS 30 405 11878400 2000
22584012 patil215 D Nov. 28, 2016, 7:29 p.m. OK Python 2 TESTS 30 405 13312000 2000
39970379 vjudge3 D July 5, 2018, 1:49 a.m. OK Python 2 TESTS 30 421 11264000 2000
39970364 jooj D July 5, 2018, 1:48 a.m. OK Python 2 TESTS 30 436 11264000 2000
7972573 ngochai94 D Sept. 26, 2014, 5:21 p.m. OK Python 2 TESTS 30 452 19456000 2000
8342177 n1tz53 D Oct. 21, 2014, 1:14 p.m. OK Python 2 TESTS 30 467 14540800 2000
22646930 ajrator D Dec. 1, 2016, 7:12 p.m. OK Python 2 TESTS 30 468 18636800 2000
18516881 KadiyalaSaiManoj D June 16, 2016, 9:29 a.m. OK Python 3 TESTS 30 405 16691200 2000
62032332 duongle1 D Oct. 7, 2019, 1:45 a.m. OK Python 3 TESTS 30 405 16896000 2000
52641453 minhly D April 12, 2019, 12:39 p.m. OK Python 3 TESTS 30 421 17612800 2000
22632999 nelwap97 D Nov. 30, 2016, 11:40 p.m. OK Python 3 TESTS 30 436 20889600 2000
8044144 jozef.brandys D Oct. 1, 2014, 7:50 a.m. OK Python 3 TESTS 30 483 16076800 2000
7990430 WARenie D Sept. 28, 2014, 5:39 a.m. OK Python 3 TESTS 30 607 21094400 2000
8436709 WARenie D Oct. 27, 2014, 3:11 p.m. OK Python 3 TESTS 30 607 21299200 2000
51062825 c1729 D March 9, 2019, 4:15 a.m. OK Python 3 TESTS 30 623 19763200 2000
55583972 donkappa D June 15, 2019, 8:24 a.m. OK Python 3 TESTS 30 701 17305600 2000
8318370 yugle7 D Oct. 19, 2014, 2:08 p.m. OK Python 3 TESTS 30 701 17408000 2000
7974431 Shik D Sept. 26, 2014, 6:08 p.m. OK Ruby TESTS 30 654 37990400 2000
7974909 mysterion D Sept. 26, 2014, 6:22 p.m. OK Scala TESTS 30 327 11673600 2000
8287267 r.marek D Oct. 17, 2014, 9:31 p.m. OK Scala TESTS 30 1169 409600 2000

remove filters

Back to search problems