結果
| 問題 |
No.2886 Milk
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-09-25 23:09:17 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 230 bytes |
| コンパイル時間 | 1,803 ms |
| コンパイル使用メモリ | 165,260 KB |
| 実行使用メモリ | 5,376 KB |
| 最終ジャッジ日時 | 2024-09-25 23:09:20 |
| 合計ジャッジ時間 | 2,745 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 WA * 2 |
| other | AC * 9 WA * 13 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
typedef int64_t ll;
typedef vector<int64_t> vll;
int main() {
string s;
cin>>s;
if(s=="Milk"){
cout<<s<<endl;
}else{
cout<<"Difficult"<<endl;
}
}