結果

問題 No.938 賢人を探せ
ユーザー tailstails
提出日時 2020-07-13 21:56:30
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 341 ms / 2,000 ms
コード長 73 bytes
コンパイル時間 192 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 14,068 KB
最終ジャッジ日時 2024-11-08 09:27:26
合計ジャッジ時間 4,987 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 341 ms
14,068 KB
testcase_01 AC 2 ms
5,248 KB
testcase_02 AC 2 ms
5,248 KB
testcase_03 AC 2 ms
5,248 KB
testcase_04 AC 2 ms
5,248 KB
testcase_05 AC 2 ms
5,248 KB
testcase_06 AC 1 ms
5,248 KB
testcase_07 AC 2 ms
5,248 KB
testcase_08 AC 201 ms
8,832 KB
testcase_09 AC 206 ms
8,832 KB
testcase_10 AC 2 ms
5,248 KB
testcase_11 AC 235 ms
9,600 KB
testcase_12 AC 197 ms
8,832 KB
testcase_13 AC 191 ms
8,704 KB
testcase_14 AC 191 ms
8,576 KB
testcase_15 AC 198 ms
8,704 KB
testcase_16 AC 192 ms
8,832 KB
testcase_17 AC 193 ms
8,704 KB
testcase_18 AC 195 ms
8,704 KB
testcase_19 AC 190 ms
8,576 KB
testcase_20 AC 196 ms
8,704 KB
testcase_21 AC 198 ms
8,704 KB
testcase_22 AC 308 ms
13,952 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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