結果

問題 No.188 HAPPY DAY
ユーザー snrnsidysnrnsidy
提出日時 2021-04-28 02:22:32
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 585 bytes
コンパイル時間 1,170 ms
コンパイル使用メモリ 126,640 KB
実行使用メモリ 4,380 KB
最終ジャッジ日時 2023-09-21 03:04:11
合計ジャッジ時間 1,686 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <map>
#include <set>
#include <list>
#include <cmath>
#include <ctime>
#include <deque>
#include <queue>
#include <stack>
#include <bitset>
#include <cstdio>
#include <limits>
#include <vector>
#include <cstdlib>
#include <numeric>
#include <sstream>
#include <iostream>
#include <algorithm>
#include <functional> 
#include <iomanip>
#include <unordered_map>
#include <memory.h>
#include <unordered_set>
#include <fstream>
#include <random>

using namespace std;

int main(void) 
{
    cin.tie(0);
    ios::sync_with_stdio(false);
    
    cout << "?" << '\n';
    return 0;
}
0