結果
| 問題 | No.841 8/32 | 
| コンテスト | |
| ユーザー |  leafirby | 
| 提出日時 | 2019-06-28 22:24:35 | 
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) | 
| 結果 | 
                                WA
                                 
                             | 
| 実行時間 | - | 
| コード長 | 189 bytes | 
| コンパイル時間 | 1,264 ms | 
| コンパイル使用メモリ | 158,428 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-07-02 04:53:26 | 
| 合計ジャッジ時間 | 2,152 ms | 
| ジャッジサーバーID (参考情報) | judge4 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 1 WA * 2 | 
| other | AC * 18 WA * 3 | 
ソースコード
#include<bits/stdc++.h>
using namespace std;;
int main(){
    string fir,sec;
    cin >> fir >> sec;
    if(fir=="Sat"&&sec=="Sun")cout << "8/33" << endl;
    else cout << "8/31" << endl;
}
            
            
            
        