結果

問題 No.163 cAPSlOCK
ユーザー siganaisiganai
提出日時 2022-05-06 19:49:53
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 82 ms / 5,000 ms
コード長 31 bytes
コンパイル時間 311 ms
コンパイル使用メモリ 87,052 KB
実行使用メモリ 71,456 KB
最終ジャッジ日時 2023-09-19 08:59:01
合計ジャッジ時間 3,411 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
71,180 KB
testcase_01 AC 79 ms
71,248 KB
testcase_02 AC 79 ms
71,156 KB
testcase_03 AC 79 ms
71,204 KB
testcase_04 AC 79 ms
70,980 KB
testcase_05 AC 80 ms
71,316 KB
testcase_06 AC 78 ms
71,292 KB
testcase_07 AC 79 ms
71,364 KB
testcase_08 AC 78 ms
70,976 KB
testcase_09 AC 79 ms
71,096 KB
testcase_10 AC 82 ms
71,288 KB
testcase_11 AC 77 ms
71,196 KB
testcase_12 AC 79 ms
71,352 KB
testcase_13 AC 78 ms
71,456 KB
testcase_14 AC 78 ms
71,120 KB
testcase_15 AC 77 ms
71,200 KB
testcase_16 AC 78 ms
71,336 KB
testcase_17 AC 77 ms
71,292 KB
testcase_18 AC 79 ms
71,100 KB
testcase_19 AC 77 ms
71,008 KB
testcase_20 AC 79 ms
71,112 KB
testcase_21 AC 79 ms
71,400 KB
testcase_22 AC 78 ms
71,364 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s = input()
print(s.swapcase())
0