結果

問題 No.3049 Yes
ユーザー merom686merom686
提出日時 2019-04-01 22:01:25
言語 C++14
(gcc 13.2.0 + boost 1.83.0)
結果
AC  
実行時間 3 ms / 2,000 ms
コード長 230 bytes
コンパイル時間 922 ms
実行使用メモリ 1,448 KB
スコア 150
最終ジャッジ日時 2019-04-01 22:01:27
ジャッジサーバーID
(参考情報)
judge7 /
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <iostream>
#include <vector>
#include <string>
#include <algorithm>
#include <cstdio>
#include <cstring>
#include <cmath>
using namespace std;
using ll = long long;

int main() {
    cout << "yes" << endl;
    return 0;
}
0