結果

問題 No.152 貯金箱の消失
ユーザー tailstails
提出日時 2019-09-01 00:39:06
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 3,832 ms / 5,000 ms
コード長 126 bytes
コンパイル時間 38 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-05-04 16:58:42
合計ジャッジ時間 13,774 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 3 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 3 ms
5,376 KB
testcase_04 AC 42 ms
5,376 KB
testcase_05 AC 46 ms
5,376 KB
testcase_06 AC 85 ms
5,376 KB
testcase_07 AC 569 ms
5,376 KB
testcase_08 AC 3,764 ms
5,376 KB
testcase_09 AC 3,832 ms
5,376 KB
testcase_10 AC 2,945 ms
5,376 KB
testcase_11 AC 1,609 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

g='a=b%(b=a),a?g:b'
read l
for((l/=4,i=2;i*i*2<l;++i)){
for((j=i%2+1;j<i&i*(i+j)*2<=l;a=i,b=j,z+=g<2,j+=2)){
:
}
}
echo $[z+0]
0