結果

問題 No.3023 素数判定するだけ
ユーザー kimiyukikimiyuki
提出日時 2017-04-01 00:12:09
言語 Perl
(5.38.2)
結果
AC  
実行時間 10 ms / 1,000 ms
コード長 61 bytes
コンパイル時間 323 ms
コンパイル使用メモリ 5,212 KB
実行使用メモリ 4,672 KB
最終ジャッジ日時 2023-09-21 20:36:28
合計ジャッジ時間 5,975 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
外部呼び出し有り
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 9 ms
4,492 KB
testcase_01 AC 9 ms
4,644 KB
testcase_02 AC 8 ms
4,672 KB
testcase_03 AC 9 ms
4,656 KB
testcase_04 AC 9 ms
4,548 KB
testcase_05 AC 9 ms
4,540 KB
testcase_06 AC 9 ms
4,592 KB
testcase_07 AC 9 ms
4,540 KB
testcase_08 AC 10 ms
4,548 KB
testcase_09 AC 9 ms
4,668 KB
testcase_10 AC 9 ms
4,660 KB
testcase_11 AC 10 ms
4,600 KB
testcase_12 AC 10 ms
4,472 KB
testcase_13 AC 9 ms
4,492 KB
testcase_14 AC 9 ms
4,540 KB
testcase_15 AC 9 ms
4,472 KB
testcase_16 AC 9 ms
4,596 KB
testcase_17 AC 9 ms
4,596 KB
testcase_18 AC 9 ms
4,464 KB
testcase_19 AC 9 ms
4,548 KB
testcase_20 AC 9 ms
4,644 KB
testcase_21 AC 10 ms
4,472 KB
testcase_22 AC 9 ms
4,600 KB
testcase_23 AC 10 ms
4,484 KB
testcase_24 AC 9 ms
4,464 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::l" used only once: possible typo at Main.pl line 1.
Name "main::c" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($l,$w,$c)=split$",`factor|wc`;
print $w==length('  ')?YES:NO
0