結果

問題 No.1182 Welcome
ユーザー e869120e869120
提出日時 2021-03-05 17:40:16
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 268 bytes
コンパイル時間 926 ms
コンパイル使用メモリ 81,480 KB
実行使用メモリ 6,820 KB
最終ジャッジ日時 2024-10-06 17:34:37
合計ジャッジ時間 1,364 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <iostream>
#include <map>
#include <set>
#include <queue>
#include <cmath>
#include <vector>
#include <string>
#include <algorithm>
#include <functional>
using namespace std;
#pragma warning (disable: 4996)

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