結果

問題 No.312 置換処理
ユーザー iga_xxiga_xx
提出日時 2015-12-09 07:25:39
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 83 bytes
コンパイル時間 183 ms
コンパイル使用メモリ 5,336 KB
実行使用メモリ 4,372 KB
最終ジャッジ日時 2023-10-12 22:44:32
合計ジャッジ時間 2,930 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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