結果

問題 No.2016 Countdown Divisors
ユーザー tailstails
提出日時 2022-07-24 02:40:39
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 1,206 ms / 2,000 ms
コード長 48 bytes
コンパイル時間 309 ms
コンパイル使用メモリ 5,316 KB
実行使用メモリ 4,384 KB
最終ジャッジ日時 2023-09-19 05:54:51
合計ジャッジ時間 21,658 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,384 KB
testcase_01 AC 1,202 ms
4,380 KB
testcase_02 AC 1,206 ms
4,384 KB
testcase_03 AC 1,078 ms
4,376 KB
testcase_04 AC 951 ms
4,376 KB
testcase_05 AC 906 ms
4,376 KB
testcase_06 AC 333 ms
4,376 KB
testcase_07 AC 324 ms
4,380 KB
testcase_08 AC 1,196 ms
4,380 KB
testcase_09 AC 1,177 ms
4,380 KB
testcase_10 AC 1,179 ms
4,380 KB
testcase_11 AC 1,184 ms
4,376 KB
testcase_12 AC 1,182 ms
4,384 KB
testcase_13 AC 1,115 ms
4,376 KB
testcase_14 AC 1,050 ms
4,380 KB
testcase_15 AC 1,024 ms
4,380 KB
testcase_16 AC 1,138 ms
4,380 KB
testcase_17 AC 1,065 ms
4,376 KB
testcase_18 AC 1,113 ms
4,380 KB
testcase_19 AC 2 ms
4,384 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read
while read n
do
echo $[n<9&442>>n?1:2]
done
0