結果

問題 No.400 鏡
ユーザー AREIDO2
提出日時 2016-07-23 00:41:49
言語 Python2
(2.7.18)
結果
WA  
実行時間 -
コード長 121 bytes
コンパイル時間 672 ms
コンパイル使用メモリ 7,040 KB
実行使用メモリ 6,824 KB
最終ジャッジ日時 2024-11-06 12:53:06
合計ジャッジ時間 1,474 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 1 WA * 3
other AC * 4 WA * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

#!/usr/bin/env python
#coding:UTF-8
import string
S = raw_input()
SS = S.translate(string.maketrans('><','<>'))

print SS
0