結果
| 問題 |
No.2201 p@$$w0rd
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-02-24 23:27:00 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 125 bytes |
| コンパイル時間 | 320 ms |
| コンパイル使用メモリ | 82,376 KB |
| 実行使用メモリ | 53,800 KB |
| 最終ジャッジ日時 | 2024-09-13 06:10:17 |
| 合計ジャッジ時間 | 1,893 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 24 |
ソースコード
s = input()
replaces = ["l", "o", "a", "s"]
ans = 1
for i in range(len(s)):
if s[i] in replaces:
ans *= 2
print(ans)