結果

問題 No.312 置換処理
ユーザー iga_xxiga_xx
提出日時 2015-12-09 07:25:39
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 83 bytes
コンパイル時間 288 ms
コンパイル使用メモリ 7,072 KB
実行使用メモリ 6,944 KB
最終ジャッジ日時 2024-09-14 20:56:31
合計ジャッジ時間 2,069 ms
ジャッジサーバーID
(参考情報)
judge6 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 10 ms
5,376 KB
testcase_03 WA -
testcase_04 AC 10 ms
5,376 KB
testcase_05 AC 10 ms
5,376 KB
testcase_06 WA -
testcase_07 AC 10 ms
5,376 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 10 ms
5,376 KB
testcase_12 WA -
testcase_13 AC 10 ms
5,376 KB
testcase_14 AC 10 ms
5,376 KB
testcase_15 AC 10 ms
5,376 KB
testcase_16 AC 10 ms
5,376 KB
testcase_17 AC 10 ms
5,376 KB
testcase_18 AC 10 ms
5,376 KB
testcase_19 AC 10 ms
5,376 KB
testcase_20 AC 10 ms
5,376 KB
testcase_21 AC 10 ms
5,376 KB
testcase_22 AC 10 ms
5,376 KB
testcase_23 AC 10 ms
5,376 KB
testcase_24 AC 10 ms
5,376 KB
testcase_25 AC 10 ms
5,376 KB
testcase_26 AC 10 ms
5,376 KB
testcase_27 AC 10 ms
5,376 KB
testcase_28 AC 10 ms
5,376 KB
testcase_29 WA -
testcase_30 WA -
testcase_31 AC 10 ms
5,376 KB
testcase_32 AC 10 ms
5,376 KB
testcase_33 AC 10 ms
5,376 KB
testcase_34 AC 10 ms
5,376 KB
testcase_35 AC 10 ms
5,376 KB
testcase_36 WA -
testcase_37 WA -
testcase_38 AC 10 ms
5,376 KB
testcase_39 AC 10 ms
5,376 KB
testcase_40 WA -
testcase_41 WA -
testcase_42 AC 10 ms
5,376 KB
testcase_43 AC 10 ms
5,376 KB
testcase_44 AC 10 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

cat | factor | tr " " "\n" | sed -n "2,3p" | sed "s/2\$/4/g" | sort -n | head -n 1
0