結果
問題 |
No.1182 Welcome
|
ユーザー |
![]() |
提出日時 | 2020-08-28 19:36:26 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 263 bytes |
コンパイル時間 | 2,224 ms |
コンパイル使用メモリ | 189,624 KB |
最終ジャッジ日時 | 2025-01-13 16:29:27 |
ジャッジサーバーID (参考情報) |
judge4 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 1 |
ソースコード
#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; }