結果

問題 No.9006 マルチバイト文字テスト(テスト用)
ユーザー gigurururugigurururu
提出日時 2015-03-26 22:10:35
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 73 ms / 5,000 ms
コード長 67 bytes
コンパイル時間 577 ms
コンパイル使用メモリ 76,820 KB
実行使用メモリ 75,808 KB
最終ジャッジ日時 2024-06-29 01:03:23
合計ジャッジ時間 1,305 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 72 ms
75,648 KB
testcase_01 AC 73 ms
75,808 KB
testcase_02 AC 69 ms
75,796 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(("".join(raw_input().decode('utf-8')[::-1])).encode('utf-8'))
0