結果

問題 No.163 cAPSlOCK
ユーザー HAGI_TAROHAGI_TARO
提出日時 2021-10-29 14:30:14
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 63 ms / 5,000 ms
コード長 25 bytes
コンパイル時間 799 ms
コンパイル使用メモリ 86,940 KB
実行使用メモリ 71,424 KB
最終ジャッジ日時 2023-07-29 06:14:10
合計ジャッジ時間 3,076 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 62 ms
71,424 KB
testcase_01 AC 63 ms
71,312 KB
testcase_02 AC 61 ms
71,192 KB
testcase_03 AC 58 ms
71,132 KB
testcase_04 AC 58 ms
71,268 KB
testcase_05 AC 59 ms
71,328 KB
testcase_06 AC 60 ms
71,268 KB
testcase_07 AC 59 ms
71,312 KB
testcase_08 AC 59 ms
71,152 KB
testcase_09 AC 62 ms
71,120 KB
testcase_10 AC 59 ms
71,116 KB
testcase_11 AC 60 ms
71,188 KB
testcase_12 AC 61 ms
71,272 KB
testcase_13 AC 61 ms
71,280 KB
testcase_14 AC 60 ms
71,188 KB
testcase_15 AC 60 ms
71,124 KB
testcase_16 AC 60 ms
71,280 KB
testcase_17 AC 60 ms
71,308 KB
testcase_18 AC 60 ms
71,260 KB
testcase_19 AC 61 ms
71,416 KB
testcase_20 AC 62 ms
71,204 KB
testcase_21 AC 60 ms
71,392 KB
testcase_22 AC 61 ms
71,408 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

print(input().swapcase())
0