結果

問題 No.152 貯金箱の消失
ユーザー tailstails
提出日時 2019-09-01 00:04:54
言語 Perl
(5.38.2)
結果
AC  
実行時間 191 ms / 5,000 ms
コード長 117 bytes
コンパイル時間 252 ms
コンパイル使用メモリ 5,504 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-05-04 14:03:24
合計ジャッジ時間 1,461 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,248 KB
testcase_01 AC 4 ms
5,376 KB
testcase_02 AC 3 ms
5,376 KB
testcase_03 AC 3 ms
5,376 KB
testcase_04 AC 6 ms
5,376 KB
testcase_05 AC 5 ms
5,376 KB
testcase_06 AC 7 ms
5,376 KB
testcase_07 AC 30 ms
5,376 KB
testcase_08 AC 191 ms
5,376 KB
testcase_09 AC 180 ms
5,376 KB
testcase_10 AC 140 ms
5,376 KB
testcase_11 AC 78 ms
5,376 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