結果
| 問題 | No.1735 C# |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-12-16 19:50:56 |
| 言語 | PyPy3 (7.3.23) |
| 結果 |
AC
|
| 実行時間 | 54 ms / 2,000 ms |
| + 985µs | |
| コード長 | 85 bytes |
| 記録 | |
| コンパイル時間 | 217 ms |
| コンパイル使用メモリ | 95,952 KB |
| 実行使用メモリ | 79,060 KB |
| 最終ジャッジ日時 | 2026-09-05 05:02:53 |
| 合計ジャッジ時間 | 1,968 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 7 |
ソースコード
s = input()
if s == 'E':
print('F')
elif s == 'B':
print('C')
else:
print(s + '#')