結果

問題 No.2034 Anti Lexicography
ユーザー dangodango
提出日時 2023-06-16 20:34:56
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 76 ms / 2,000 ms
コード長 60 bytes
コンパイル時間 276 ms
コンパイル使用メモリ 86,852 KB
実行使用メモリ 77,780 KB
最終ジャッジ日時 2023-09-06 17:51:46
合計ジャッジ時間 3,433 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 58 ms
71,176 KB
testcase_01 AC 59 ms
71,056 KB
testcase_02 AC 59 ms
71,288 KB
testcase_03 AC 58 ms
71,132 KB
testcase_04 AC 58 ms
71,320 KB
testcase_05 AC 76 ms
77,584 KB
testcase_06 AC 68 ms
77,644 KB
testcase_07 AC 68 ms
77,780 KB
testcase_08 AC 69 ms
77,472 KB
testcase_09 AC 67 ms
77,604 KB
testcase_10 AC 67 ms
77,756 KB
testcase_11 AC 70 ms
77,736 KB
testcase_12 AC 71 ms
77,616 KB
testcase_13 AC 62 ms
75,192 KB
testcase_14 AC 62 ms
75,328 KB
testcase_15 AC 62 ms
75,412 KB
testcase_16 AC 62 ms
75,372 KB
testcase_17 AC 62 ms
75,492 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

input()
print("".join([chr(219 - ord(x)) for x in input()]))
0