結果

問題 No.8075 114101097100032118101114116105099097108108121
ユーザー 👑 SPD_9X2
提出日時 2021-04-01 20:51:03
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 141 bytes
コンパイル時間 189 ms
コンパイル使用メモリ 81,664 KB
実行使用メモリ 51,840 KB
最終ジャッジ日時 2024-12-21 04:35:26
合計ジャッジ時間 1,636 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 5 WA * 5
権限があれば一括ダウンロードができます

ソースコード

diff #

S = input()

alp = "qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM"

for i in S:
    if i not in alp:
        print (wwwa)

print (S)
0