結果

問題 No.938 賢人を探せ
ユーザー tailstails
提出日時 2020-07-13 21:56:30
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 301 ms / 2,000 ms
コード長 73 bytes
コンパイル時間 150 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 14,080 KB
最終ジャッジ日時 2024-04-25 21:28:56
合計ジャッジ時間 4,499 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 301 ms
14,072 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 AC 1 ms
6,944 KB
testcase_03 AC 1 ms
6,940 KB
testcase_04 AC 1 ms
6,940 KB
testcase_05 AC 1 ms
6,944 KB
testcase_06 AC 1 ms
6,944 KB
testcase_07 AC 1 ms
6,940 KB
testcase_08 AC 173 ms
8,832 KB
testcase_09 AC 187 ms
9,088 KB
testcase_10 AC 1 ms
6,944 KB
testcase_11 AC 210 ms
9,728 KB
testcase_12 AC 169 ms
8,704 KB
testcase_13 AC 174 ms
8,832 KB
testcase_14 AC 167 ms
8,832 KB
testcase_15 AC 173 ms
8,704 KB
testcase_16 AC 172 ms
8,704 KB
testcase_17 AC 175 ms
8,960 KB
testcase_18 AC 173 ms
8,832 KB
testcase_19 AC 178 ms
8,832 KB
testcase_20 AC 173 ms
8,704 KB
testcase_21 AC 169 ms
8,832 KB
testcase_22 AC 263 ms
14,080 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

while read a b;do((v$a++));d+=\ $b;done
for a in $d;{((v$a++))||echo $a;}
0