結果

問題 No.2335 Jump
ユーザー tailstails
提出日時 2023-06-02 22:25:52
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 146 ms / 2,000 ms
コード長 28 bytes
コンパイル時間 176 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 14,584 KB
最終ジャッジ日時 2023-08-28 04:18:30
合計ジャッジ時間 2,616 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,380 KB
testcase_01 AC 3 ms
4,376 KB
testcase_02 AC 2 ms
4,376 KB
testcase_03 AC 2 ms
4,380 KB
testcase_04 AC 2 ms
4,376 KB
testcase_05 AC 3 ms
4,376 KB
testcase_06 AC 2 ms
4,376 KB
testcase_07 AC 3 ms
4,376 KB
testcase_08 AC 4 ms
4,376 KB
testcase_09 AC 3 ms
4,376 KB
testcase_10 AC 3 ms
4,376 KB
testcase_11 AC 3 ms
4,384 KB
testcase_12 AC 146 ms
14,456 KB
testcase_13 AC 143 ms
14,496 KB
testcase_14 AC 143 ms
14,520 KB
testcase_15 AC 144 ms
14,548 KB
testcase_16 AC 143 ms
14,528 KB
testcase_17 AC 103 ms
13,648 KB
testcase_18 AC 144 ms
14,572 KB
testcase_19 AC 142 ms
14,584 KB
testcase_20 AC 102 ms
13,740 KB
testcase_21 AC 112 ms
13,968 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read n
read a
$a
echo $[_-n]
0