結果
| 問題 | No.841 8/32 |
| コンテスト | |
| ユーザー |
leafirby
|
| 提出日時 | 2019-06-28 22:24:35 |
| 言語 | C++11 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 189 bytes |
| 記録 | |
| コンパイル時間 | 1,191 ms |
| コンパイル使用メモリ | 174,616 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-03-23 08:40:28 |
| 合計ジャッジ時間 | 3,088 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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;
}
leafirby