結果

問題 No.3020 サンシャイン◯崎
ユーザー はむこはむこ
提出日時 2017-04-05 04:32:07
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 99 bytes
コンパイル時間 53 ms
コンパイル使用メモリ 5,296 KB
実行使用メモリ 8,840 KB
最終ジャッジ日時 2023-08-25 02:03:16
合計ジャッジ時間 2,006 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 17 ms
4,380 KB
testcase_01 WA -
testcase_02 AC 17 ms
4,376 KB
testcase_03 AC 16 ms
4,380 KB
testcase_04 WA -
testcase_05 AC 78 ms
7,748 KB
testcase_06 AC 17 ms
4,380 KB
testcase_07 AC 16 ms
4,380 KB
testcase_08 AC 41 ms
5,200 KB
testcase_09 AC 43 ms
5,176 KB
testcase_10 AC 76 ms
8,524 KB
testcase_11 AC 64 ms
8,060 KB
testcase_12 AC 78 ms
7,832 KB
testcase_13 AC 77 ms
7,780 KB
testcase_14 AC 75 ms
7,756 KB
testcase_15 AC 68 ms
8,840 KB
testcase_16 AC 67 ms
7,672 KB
testcase_17 AC 75 ms
7,628 KB
testcase_18 AC 75 ms
7,836 KB
testcase_19 AC 73 ms
8,288 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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