結果
| 問題 |
No.1182 Welcome
|
| コンテスト | |
| ユーザー |
e869120
|
| 提出日時 | 2021-03-05 17:40:16 |
| 言語 | C++14 (gcc 13.3.0 + boost 1.87.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 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
#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;
}
e869120