結果

問題 No.1735 C#
ユーザー googol_S0googol_S0
提出日時 2021-11-12 21:20:35
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 72 ms / 2,000 ms
コード長 80 bytes
コンパイル時間 1,301 ms
コンパイル使用メモリ 86,236 KB
実行使用メモリ 70,984 KB
最終ジャッジ日時 2023-08-16 21:13:53
合計ジャッジ時間 1,835 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 70 ms
70,652 KB
testcase_01 AC 69 ms
70,748 KB
testcase_02 AC 72 ms
70,648 KB
testcase_03 AC 71 ms
70,904 KB
testcase_04 AC 70 ms
70,984 KB
testcase_05 AC 68 ms
70,824 KB
testcase_06 AC 70 ms
70,440 KB
testcase_07 AC 68 ms
70,740 KB
testcase_08 AC 67 ms
70,780 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

S=input()
if S=='E':
  print('F')
elif S=='B':
  print('C')
else:
  print(S+'#')
0