結果

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

テストケース

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