結果

問題 No.3020 サンシャイン◯崎
ユーザー はむこはむこ
提出日時 2017-04-05 04:32:07
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 99 bytes
コンパイル時間 46 ms
コンパイル使用メモリ 6,812 KB
実行使用メモリ 7,228 KB
最終ジャッジ日時 2024-06-06 03:01:21
合計ジャッジ時間 1,457 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
6,816 KB
testcase_01 WA -
testcase_02 AC 9 ms
6,944 KB
testcase_03 AC 9 ms
6,944 KB
testcase_04 WA -
testcase_05 AC 55 ms
7,036 KB
testcase_06 AC 10 ms
6,940 KB
testcase_07 AC 10 ms
6,940 KB
testcase_08 AC 28 ms
6,944 KB
testcase_09 AC 29 ms
6,940 KB
testcase_10 AC 53 ms
6,940 KB
testcase_11 AC 44 ms
7,156 KB
testcase_12 AC 55 ms
6,944 KB
testcase_13 AC 54 ms
6,944 KB
testcase_14 AC 51 ms
7,228 KB
testcase_15 AC 47 ms
6,944 KB
testcase_16 AC 46 ms
6,944 KB
testcase_17 AC 53 ms
7,160 KB
testcase_18 AC 54 ms
6,944 KB
testcase_19 AC 50 ms
6,944 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

sed 's/./&\n/g' | sort | uniq -c | awk '{print $2, $1}' | xargs | awk '{print $11, $7, $5, $9, $3}'
0