結果
| 問題 |
No.841 8/32
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-07-11 00:50:15 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 207 bytes |
| コンパイル時間 | 202 ms |
| コンパイル使用メモリ | 12,544 KB |
| 実行使用メモリ | 10,624 KB |
| 最終ジャッジ日時 | 2024-11-06 16:54:45 |
| 合計ジャッジ時間 | 1,916 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 RE * 2 |
| other | AC * 20 RE * 1 |
ソースコード
first = input()
split_first = first.split()
if str(split_first[0])[0] == "S" and str(split_first[1])[0] == "S":
prnt("8/33")
elif str(split_first[0])[0] == "S":
print("8/32")
else:
print("8/31")