結果

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

テストケース

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

ソースコード

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 << 30 << '\n';
    return 0;
}
0