結果

問題 No.152 貯金箱の消失
ユーザー tailstails
提出日時 2019-09-01 00:04:54
言語 Perl
(5.38.2)
結果
AC  
実行時間 204 ms / 5,000 ms
コード長 117 bytes
コンパイル時間 155 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 4,644 KB
最終ジャッジ日時 2023-08-17 07:09:38
合計ジャッジ時間 1,615 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,528 KB
testcase_01 AC 3 ms
4,572 KB
testcase_02 AC 3 ms
4,592 KB
testcase_03 AC 3 ms
4,584 KB
testcase_04 AC 5 ms
4,560 KB
testcase_05 AC 5 ms
4,584 KB
testcase_06 AC 7 ms
4,532 KB
testcase_07 AC 33 ms
4,568 KB
testcase_08 AC 204 ms
4,644 KB
testcase_09 AC 200 ms
4,548 KB
testcase_10 AC 154 ms
4,512 KB
testcase_11 AC 86 ms
4,588 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Possible precedence problem on bitwise & operator at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

map{for($j=1+$_%2;$j<$_&$_*($_+$j)*2<=$l;$j+=2){$a=$_,$b=$j;$a=$b*1%($b=$a)while$a;$%+=$b<2}}2..sqrt($l=<>/4);print$%
0