結果
| 問題 | No.841 8/32 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2019-07-05 20:03:11 |
| 言語 | Python3 (3.14.3 + numpy 2.4.4 + scipy 1.17.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 198 bytes |
| 記録 | |
| コンパイル時間 | 312 ms |
| コンパイル使用メモリ | 20,828 KB |
| 実行使用メモリ | 15,524 KB |
| 最終ジャッジ日時 | 2026-04-10 10:29:07 |
| 合計ジャッジ時間 | 3,595 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 21 |
ソースコード
sep_first,sep_second = map(str,input().split())
if sep_first == "Sat" or sep_first == "Sun":
if sep_second == "Sun" or sep_second == "Sat":
print("8/32")
else:
print("8/33")