結果
問題 | No.3049 Yes |
ユーザー | SotaUN |
提出日時 | 2020-08-03 17:44:53 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 262 bytes |
コンパイル時間 | 623 ms |
実行使用メモリ | 1,524 KB |
スコア | 100 |
最終ジャッジ日時 | 2020-08-03 17:44:55 |
ジャッジサーバーID (参考情報) |
judge8 / judge6 |
純コード判定しない問題か言語 |
(要ログイン)
ソースコード
#include <iostream> #include <string> #include <vector> #include <algorithm> #include <queue> #include <cmath> #include <climits> #include <iomanip> #include <set> #include <map> using namespace std; typedef long long ll; int main(){ cout << "Yes" << endl; }