結果

問題 No.3049 Yes
ユーザー SotaUNSotaUN
提出日時 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
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
1,524 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#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;
}
0