結果
問題 | No.1182 Welcome |
ユーザー | ぷら |
提出日時 | 2020-08-28 19:36:26 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 263 bytes |
コンパイル時間 | 1,973 ms |
コンパイル使用メモリ | 200,396 KB |
実行使用メモリ | 6,816 KB |
最終ジャッジ日時 | 2024-11-13 23:40:49 |
合計ジャッジ時間 | 2,339 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
ソースコード
#include <bits/stdc++.h> using namespace std; #define int long long typedef pair<int,int> P; int INF = 1e18; int mod = 998244353; int dx[4] = {1, 0, -1, 0}; int dy[4] = {0, 1, 0, -1}; signed main() { cout << "kaage\0はすはすはすはすはす" << endl; }