結果
問題 | No.8049 Yes |
ユーザー | Aquarius |
提出日時 | 2019-04-01 21:50:57 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 4 ms / 2,000 ms |
コード長 | 210 bytes |
コンパイル時間 | 2,246 ms |
実行使用メモリ | 1,448 KB |
スコア | 0 |
最終ジャッジ日時 | 2019-04-01 21:51:01 |
ジャッジサーバーID (参考情報) |
judge9 / |
純コード判定しない問題か言語 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 |
ソースコード
#include <bits/stdc++.h> using namespace std; using PP = pair<long, long>; const int INF = 1e9; template <class T> T Next() { T buf; cin >> buf; return buf; } int main() { cout << "No" << endl; return 0; }