結果

問題 No.3020 サンシャイン◯崎
ユーザー はむこはむこ
提出日時 2017-04-05 04:36:29
言語 Bash
(Bash 5.1.16)
結果
AC  
実行時間 93 ms / 1,000 ms
コード長 138 bytes
コンパイル時間 53 ms
コンパイル使用メモリ 5,296 KB
実行使用メモリ 8,784 KB
最終ジャッジ日時 2023-08-25 02:03:24
合計ジャッジ時間 2,235 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
外部呼び出し有り
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 18 ms
4,376 KB
testcase_01 AC 17 ms
4,376 KB
testcase_02 AC 17 ms
4,376 KB
testcase_03 AC 16 ms
4,376 KB
testcase_04 AC 18 ms
4,376 KB
testcase_05 AC 90 ms
8,012 KB
testcase_06 AC 18 ms
4,376 KB
testcase_07 AC 18 ms
4,380 KB
testcase_08 AC 49 ms
5,696 KB
testcase_09 AC 50 ms
6,584 KB
testcase_10 AC 89 ms
7,784 KB
testcase_11 AC 73 ms
7,108 KB
testcase_12 AC 90 ms
7,744 KB
testcase_13 AC 93 ms
7,948 KB
testcase_14 AC 88 ms
8,784 KB
testcase_15 AC 79 ms
7,548 KB
testcase_16 AC 76 ms
7,240 KB
testcase_17 AC 88 ms
8,048 KB
testcase_18 AC 89 ms
7,768 KB
testcase_19 AC 87 ms
8,308 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

echo $(</dev/stdin)'YEAH!' | sed 's/./&\n/g' | sort | uniq -c | awk '{print $2, $1}' | xargs | awk '{print $11-1, $7-1, $5-1, $9-1, $3-1}'
0