結果
問題 | No.8003 ところで |
ユーザー | Yug_min_null |
提出日時 | 2021-11-15 12:48:57 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 2 ms / 5,000 ms |
コード長 | 160 bytes |
コンパイル時間 | 2,099 ms |
コンパイル使用メモリ | 184,980 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-12-14 12:29:04 |
合計ジャッジ時間 | 2,736 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ソースコード
#define _GLIBCXX_DEBUG #define ll long long #include <bits/stdc++.h> using namespace std; using Graph = vector<vector<int>>; int main(){ cout << 4 << endl; }