結果
問題 | No.3049 Yes |
ユーザー | yoshnary |
提出日時 | 2019-04-01 23:15:55 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 4 ms / 2,000 ms |
コード長 | 337 bytes |
コンパイル時間 | 1,255 ms |
実行使用メモリ | 6,872 KB |
スコア | 150 |
最終ジャッジ日時 | 2019-04-01 23:15:58 |
ジャッジサーバーID (参考情報) |
judge9 / |
純コード判定しない問題か言語 |
(要ログイン)
ソースコード
#include <iostream> #include <string> #include <algorithm> #include <vector> #include <cmath> #include <queue> #include <map> #include <unordered_map> #include <set> #include <functional> #include <iomanip> #include <bitset> #include <cassert> using namespace std; typedef long long ll; int main() { cout << "yes" << endl; return 0; }