結果
| 問題 |
No.841 8/32
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-09-23 14:10:55 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 141 bytes |
| コンパイル時間 | 143 ms |
| コンパイル使用メモリ | 82,432 KB |
| 実行使用メモリ | 65,664 KB |
| 最終ジャッジ日時 | 2024-07-05 09:25:58 |
| 合計ジャッジ時間 | 2,343 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 21 |
ソースコード
s,t=input().split()
L=[Sat,Sun]
if s in L and not t in L:
print("8/32")
elif s in L and t in L:
print("8/33")
else:
print("8/31")