結果

問題 No.1114 足し算盆に返らず
ユーザー tailstails
提出日時 2020-07-17 23:04:47
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 47 ms / 2,000 ms
コード長 27 bytes
コンパイル時間 125 ms
コンパイル使用メモリ 5,376 KB
実行使用メモリ 17,476 KB
最終ジャッジ日時 2024-05-07 10:38:56
合計ジャッジ時間 14,948 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 44 ms
17,352 KB
testcase_01 AC 43 ms
17,476 KB
testcase_02 AC 44 ms
17,476 KB
testcase_03 AC 37 ms
14,112 KB
testcase_04 AC 42 ms
16,556 KB
testcase_05 AC 22 ms
10,432 KB
testcase_06 AC 43 ms
16,676 KB
testcase_07 AC 43 ms
16,472 KB
testcase_08 AC 26 ms
11,596 KB
testcase_09 AC 22 ms
10,240 KB
testcase_10 AC 26 ms
11,552 KB
testcase_11 AC 4 ms
5,376 KB
testcase_12 AC 29 ms
12,952 KB
testcase_13 AC 46 ms
17,180 KB
testcase_14 AC 7 ms
5,504 KB
testcase_15 AC 18 ms
9,064 KB
testcase_16 AC 23 ms
10,680 KB
testcase_17 AC 32 ms
13,272 KB
testcase_18 AC 14 ms
7,552 KB
testcase_19 AC 19 ms
9,344 KB
testcase_20 AC 47 ms
17,176 KB
testcase_21 AC 19 ms
8,960 KB
testcase_22 AC 2 ms
5,376 KB
testcase_23 AC 1 ms
5,376 KB
testcase_24 AC 1 ms
5,376 KB
testcase_25 AC 1 ms
5,376 KB
testcase_26 AC 1 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

read n
eval echo {1..$n..2}
0