結果
| 問題 | No.841 8/32 | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2020-12-15 14:11:29 | 
| 言語 | PyPy3 (7.3.15) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 151 bytes | 
| コンパイル時間 | 143 ms | 
| コンパイル使用メモリ | 82,504 KB | 
| 実行使用メモリ | 53,988 KB | 
| 最終ジャッジ日時 | 2024-09-20 01:39:28 | 
| 合計ジャッジ時間 | 1,807 ms | 
| ジャッジサーバーID (参考情報) | judge5 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 2 WA * 1 | 
| other | AC * 19 WA * 2 | 
ソースコード
*s,=input().split() q=['Sat','Sun'] k=2 if s[0] in q and s[1] in q else 1 if s[0] in q else 0 print(['8/31','8/32','8/33'][(s[0] in q) + (s[0] in q)])
