結果

問題 No.136 Yet Another GCD Problem
ユーザー なおなお
提出日時 2015-01-26 02:11:34
言語 Perl
(5.38.2)
結果
AC  
実行時間 15 ms / 5,000 ms
コード長 36 bytes
コンパイル時間 51 ms
コンパイル使用メモリ 5,328 KB
実行使用メモリ 8,564 KB
最終ジャッジ日時 2023-09-05 06:52:20
合計ジャッジ時間 1,841 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,556 KB
testcase_01 AC 2 ms
4,560 KB
testcase_02 AC 2 ms
4,628 KB
testcase_03 AC 10 ms
7,008 KB
testcase_04 AC 15 ms
8,224 KB
testcase_05 AC 6 ms
5,532 KB
testcase_06 AC 5 ms
5,468 KB
testcase_07 AC 6 ms
5,536 KB
testcase_08 AC 8 ms
6,540 KB
testcase_09 AC 3 ms
4,876 KB
testcase_10 AC 9 ms
6,492 KB
testcase_11 AC 12 ms
7,688 KB
testcase_12 AC 3 ms
4,648 KB
testcase_13 AC 8 ms
6,316 KB
testcase_14 AC 15 ms
8,564 KB
testcase_15 AC 14 ms
8,288 KB
testcase_16 AC 13 ms
7,788 KB
testcase_17 AC 11 ms
7,308 KB
testcase_18 AC 2 ms
4,572 KB
testcase_19 AC 12 ms
7,496 KB
testcase_20 AC 9 ms
6,688 KB
testcase_21 AC 3 ms
4,908 KB
testcase_22 AC 2 ms
4,720 KB
testcase_23 AC 2 ms
4,596 KB
testcase_24 AC 2 ms
4,676 KB
testcase_25 AC 2 ms
4,656 KB
testcase_26 AC 2 ms
4,588 KB
testcase_27 AC 11 ms
7,476 KB
testcase_28 AC 9 ms
6,756 KB
testcase_29 AC 3 ms
4,848 KB
testcase_30 AC 2 ms
4,620 KB
testcase_31 AC 2 ms
4,740 KB
testcase_32 AC 2 ms
4,628 KB
testcase_33 AC 2 ms
4,736 KB
testcase_34 AC 7 ms
5,896 KB
testcase_35 AC 9 ms
6,628 KB
testcase_36 AC 5 ms
5,364 KB
testcase_37 AC 13 ms
8,036 KB
testcase_38 AC 2 ms
4,620 KB
testcase_39 AC 2 ms
4,548 KB
testcase_40 AC 3 ms
4,660 KB
testcase_41 AC 2 ms
4,776 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

print$n/(grep!($n%$_),2..($n=<>))[0]
0