結果
| 問題 |
No.841 8/32
|
| コンテスト | |
| ユーザー |
leafirby
|
| 提出日時 | 2019-06-28 22:23:54 |
| 言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 189 bytes |
| コンパイル時間 | 1,412 ms |
| コンパイル使用メモリ | 158,168 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-07-02 04:53:41 |
| 合計ジャッジ時間 | 2,234 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| 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;
}
leafirby