結果

問題 No.188 HAPPY DAY
ユーザー KKT89KKT89
提出日時 2019-12-23 03:37:58
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 2 ms / 1,000 ms
コード長 206 bytes
コンパイル時間 902 ms
コンパイル使用メモリ 77,428 KB
実行使用メモリ 4,352 KB
最終ジャッジ日時 2023-10-13 05:00:04
合計ジャッジ時間 1,431 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <iostream>
#include <vector>
#include <algorithm>
#include <map>
using namespace std;
typedef long long int ll;

int main(){
	cin.tie(nullptr);
	ios::sync_with_stdio(false);
	cout << 30 << endl;
}
0