結果

問題 No.188 HAPPY DAY
ユーザー KKT89KKT89
提出日時 2019-12-23 03:37:58
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 2 ms / 1,000 ms
コード長 206 bytes
コンパイル時間 811 ms
コンパイル使用メモリ 78,196 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-09-15 02:28:56
合計ジャッジ時間 1,439 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 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