結果

問題 No.1352 Three Coins
ユーザー tailstails
提出日時 2021-01-19 19:50:14
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,647 ms / 2,000 ms
コード長 110 bytes
コンパイル時間 484 ms
コンパイル使用メモリ 289,048 KB
実行使用メモリ 482,048 KB
最終ジャッジ日時 2024-06-02 12:14:56
合計ジャッジ時間 53,972 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,552 ms
420,612 KB
testcase_01 AC 1,544 ms
419,432 KB
testcase_02 AC 1,599 ms
418,816 KB
testcase_03 AC 1,547 ms
416,384 KB
testcase_04 AC 1,569 ms
416,640 KB
testcase_05 AC 1,547 ms
416,360 KB
testcase_06 AC 1,541 ms
420,012 KB
testcase_07 AC 1,170 ms
447,104 KB
testcase_08 AC 1,443 ms
417,408 KB
testcase_09 AC 1,541 ms
415,744 KB
testcase_10 AC 1,454 ms
417,024 KB
testcase_11 AC 1,461 ms
419,584 KB
testcase_12 AC 1,158 ms
460,144 KB
testcase_13 AC 1,647 ms
420,352 KB
testcase_14 AC 1,547 ms
416,896 KB
testcase_15 AC 1,542 ms
417,788 KB
testcase_16 AC 1,240 ms
448,640 KB
testcase_17 AC 1,555 ms
419,328 KB
testcase_18 AC 1,536 ms
419,200 KB
testcase_19 AC 1,231 ms
452,224 KB
testcase_20 AC 1,228 ms
447,744 KB
testcase_21 AC 1,523 ms
416,768 KB
testcase_22 AC 1,140 ms
457,088 KB
testcase_23 AC 1,029 ms
467,456 KB
testcase_24 AC 1,550 ms
415,872 KB
testcase_25 AC 1,225 ms
447,488 KB
testcase_26 AC 977 ms
471,168 KB
testcase_27 AC 1,566 ms
419,584 KB
testcase_28 AC 1,544 ms
419,200 KB
testcase_29 AC 1,558 ms
417,408 KB
testcase_30 AC 1,376 ms
434,944 KB
testcase_31 AC 1,560 ms
416,768 KB
testcase_32 AC 1,153 ms
450,560 KB
testcase_33 AC 847 ms
482,048 KB
testcase_34 AC 1,462 ms
416,000 KB
testcase_35 AC 1,558 ms
419,072 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($a,$b,$c)=glob<>;
$d[0]=1;
@a=grep{$d[$_]?($d[$_+$a]=$d[$_+$b]=$d[$_+$c]=1,0):1}0..4e6;
print@a<2e6?0+@a:INF
0