結果
問題 | No.9006 マルチバイト文字テスト(テスト用) |
ユーザー | (ΦωΦ) |
提出日時 | 2015-04-13 10:31:36 |
言語 | Python2 (2.7.18) |
結果 |
RE
|
実行時間 | - |
コード長 | 111 bytes |
コンパイル時間 | 334 ms |
コンパイル使用メモリ | 7,040 KB |
実行使用メモリ | 6,272 KB |
最終ジャッジ日時 | 2024-07-04 14:13:17 |
合計ジャッジ時間 | 754 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | RE | - |
testcase_02 | RE | - |
ソースコード
#!/usr/bin/python import sys, codecs sys.stdin = codecs.getreader('utf-8')(sys.stdin) print raw_input()[::-1]