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