結果

問題 No.8020 サンシャイン◯崎
ユーザー はむこはむこ
提出日時 2017-04-05 04:32:07
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 99 bytes
コンパイル時間 49 ms
コンパイル使用メモリ 5,248 KB
実行使用メモリ 7,040 KB
最終ジャッジ日時 2024-12-23 14:04:28
合計ジャッジ時間 1,393 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
5,248 KB
testcase_01 WA -
testcase_02 AC 10 ms
5,248 KB
testcase_03 AC 9 ms
5,248 KB
testcase_04 WA -
testcase_05 AC 51 ms
6,784 KB
testcase_06 AC 9 ms
5,248 KB
testcase_07 AC 8 ms
5,248 KB
testcase_08 AC 25 ms
5,248 KB
testcase_09 AC 27 ms
5,248 KB
testcase_10 AC 48 ms
6,656 KB
testcase_11 AC 40 ms
5,888 KB
testcase_12 AC 52 ms
7,040 KB
testcase_13 AC 49 ms
6,784 KB
testcase_14 AC 47 ms
6,528 KB
testcase_15 AC 43 ms
6,272 KB
testcase_16 AC 43 ms
5,888 KB
testcase_17 AC 55 ms
6,528 KB
testcase_18 AC 50 ms
6,528 KB
testcase_19 AC 45 ms
6,784 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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