結果

問題 No.3027 114514
ユーザー kokoa1046kokoa1046
提出日時 2017-09-08 14:49:09
言語 Bash
(Bash 5.1.16)
結果
WA  
実行時間 -
コード長 125 bytes
コンパイル時間 224 ms
コンパイル使用メモリ 5,632 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-04-24 20:07:19
合計ジャッジ時間 698 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 AC 10 ms
5,376 KB
testcase_04 AC 10 ms
5,376 KB
testcase_05 AC 9 ms
5,376 KB
testcase_06 AC 10 ms
5,376 KB
testcase_07 AC 10 ms
5,376 KB
testcase_08 AC 10 ms
5,376 KB
testcase_09 AC 9 ms
5,376 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

sed -e '/10/ s/10/0/g'|sed -e 's/1/7/g'|sed -e 's/2/8/g'|sed -e 's/3/9/g'|sed -e 's/7/1/g'|sed -e 's/8/2/g'|sed -e 's/9/3/g' 
0