結果
| 問題 |
No.494 yukicoder
|
| コンテスト | |
| ユーザー |
slim
|
| 提出日時 | 2017-11-14 21:37:17 |
| 言語 | Python2 (2.7.18) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 90 bytes |
| コンパイル時間 | 193 ms |
| コンパイル使用メモリ | 6,944 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-11-25 02:15:25 |
| 合計ジャッジ時間 | 729 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | WA * 7 |
ソースコード
s = raw_input()
y = "yukikoder"
y = list(y)
sf = s.find("?")
print s.replace("?",y[sf])
slim