結果

問題 No.1219 Mancala Combo
ユーザー %20%20
提出日時 2020-09-05 07:04:43
言語 Perl
(5.38.2)
結果
AC  
実行時間 343 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 196 ms
コンパイル使用メモリ 5,760 KB
実行使用メモリ 46,592 KB
最終ジャッジ日時 2024-05-05 13:52:04
合計ジャッジ時間 5,026 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,888 KB
testcase_01 AC 6 ms
5,888 KB
testcase_02 AC 6 ms
5,888 KB
testcase_03 AC 7 ms
5,888 KB
testcase_04 AC 8 ms
6,016 KB
testcase_05 AC 7 ms
5,888 KB
testcase_06 AC 7 ms
5,888 KB
testcase_07 AC 7 ms
5,888 KB
testcase_08 AC 6 ms
5,888 KB
testcase_09 AC 6 ms
5,888 KB
testcase_10 AC 6 ms
5,888 KB
testcase_11 AC 6 ms
5,888 KB
testcase_12 AC 7 ms
5,888 KB
testcase_13 AC 7 ms
5,888 KB
testcase_14 AC 7 ms
5,888 KB
testcase_15 AC 6 ms
5,888 KB
testcase_16 AC 7 ms
5,888 KB
testcase_17 AC 295 ms
34,944 KB
testcase_18 AC 257 ms
34,688 KB
testcase_19 AC 215 ms
32,000 KB
testcase_20 AC 254 ms
35,456 KB
testcase_21 AC 186 ms
28,544 KB
testcase_22 AC 211 ms
31,360 KB
testcase_23 AC 293 ms
41,216 KB
testcase_24 AC 179 ms
27,776 KB
testcase_25 AC 195 ms
30,336 KB
testcase_26 AC 231 ms
34,176 KB
testcase_27 AC 342 ms
46,464 KB
testcase_28 AC 343 ms
46,592 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::s" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

$i=<>;print grep(($s+=$_)%$i--,sort{1}glob<>)?No:Yes
0