結果
| 問題 | No.841 8/32 |
| コンテスト | |
| ユーザー |
leafirby
|
| 提出日時 | 2019-06-28 22:24:35 |
| 言語 | C++11 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 189 bytes |
| 記録 | |
| コンパイル時間 | 843 ms |
| コンパイル使用メモリ | 174,772 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-08-03 19:02:49 |
| 合計ジャッジ時間 | 2,228 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_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