結果

問題 No.8075 114101097100032118101114116105099097108108121
ユーザー 👑 SPD_9X2
提出日時 2021-04-01 20:51:46
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 115 bytes
コンパイル時間 266 ms
コンパイル使用メモリ 82,176 KB
実行使用メモリ 65,536 KB
最終ジャッジ日時 2024-12-21 04:37:34
合計ジャッジ時間 1,896 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 3 WA * 3 RE * 4
権限があれば一括ダウンロードができます

ソースコード

diff #

S = input()

alp = "qwertyuiopasdfghjklzxcvbnm"

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

print (S)
0