結果

問題 No.910 素数部分列
ユーザー tailstails
提出日時 2019-10-24 16:04:01
言語 Perl
(5.38.2)
結果
AC  
実行時間 181 ms / 1,000 ms
コード長 77 bytes
コンパイル時間 277 ms
コンパイル使用メモリ 5,212 KB
実行使用メモリ 23,180 KB
最終ジャッジ日時 2023-09-23 03:41:45
合計ジャッジ時間 9,172 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,416 KB
testcase_01 AC 2 ms
4,616 KB
testcase_02 AC 3 ms
4,684 KB
testcase_03 AC 3 ms
4,728 KB
testcase_04 AC 2 ms
4,448 KB
testcase_05 AC 3 ms
4,568 KB
testcase_06 AC 3 ms
4,552 KB
testcase_07 AC 3 ms
4,464 KB
testcase_08 AC 2 ms
4,576 KB
testcase_09 AC 3 ms
4,468 KB
testcase_10 AC 2 ms
4,740 KB
testcase_11 AC 2 ms
4,548 KB
testcase_12 AC 3 ms
4,464 KB
testcase_13 AC 3 ms
4,568 KB
testcase_14 AC 2 ms
4,472 KB
testcase_15 AC 2 ms
4,504 KB
testcase_16 AC 2 ms
4,440 KB
testcase_17 AC 2 ms
4,552 KB
testcase_18 AC 3 ms
4,688 KB
testcase_19 AC 2 ms
4,712 KB
testcase_20 AC 2 ms
4,688 KB
testcase_21 AC 3 ms
4,512 KB
testcase_22 AC 3 ms
4,468 KB
testcase_23 AC 167 ms
21,984 KB
testcase_24 AC 170 ms
22,448 KB
testcase_25 AC 168 ms
22,292 KB
testcase_26 AC 170 ms
22,344 KB
testcase_27 AC 169 ms
22,348 KB
testcase_28 AC 174 ms
22,772 KB
testcase_29 AC 168 ms
22,204 KB
testcase_30 AC 170 ms
22,848 KB
testcase_31 AC 164 ms
22,092 KB
testcase_32 AC 171 ms
22,496 KB
testcase_33 AC 171 ms
22,752 KB
testcase_34 AC 170 ms
22,724 KB
testcase_35 AC 174 ms
22,700 KB
testcase_36 AC 171 ms
22,732 KB
testcase_37 AC 174 ms
22,732 KB
testcase_38 AC 172 ms
22,644 KB
testcase_39 AC 173 ms
22,688 KB
testcase_40 AC 173 ms
22,664 KB
testcase_41 AC 174 ms
22,668 KB
testcase_42 AC 175 ms
22,948 KB
testcase_43 AC 175 ms
22,536 KB
testcase_44 AC 173 ms
22,680 KB
testcase_45 AC 175 ms
22,672 KB
testcase_46 AC 174 ms
22,808 KB
testcase_47 AC 174 ms
22,632 KB
testcase_48 AC 181 ms
23,080 KB
testcase_49 AC 154 ms
22,948 KB
testcase_50 AC 155 ms
23,004 KB
testcase_51 AC 177 ms
23,180 KB
testcase_52 AC 169 ms
22,744 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Unquoted string "a" may clash with future reserved word at Main.pl line 1.
Unquoted string "c" may clash with future reserved word at Main.pl line 1.
Unquoted string "b" may clash with future reserved word at Main.pl line 1.
Unquoted string "c" may clash with future reserved word at Main.pl line 1.
Useless use of non-destructive substitution (s///r) in void context at Main.pl line 1.
Name "main::c" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

<>;<>=~s/./++${$&<2?a:$&>8?$a?$a--&&c:b:c}/ger;print$c+=$a*2>$b?$a*2+$b>>2:$a
0