結果
問題 | No.3003 ところで |
ユーザー | 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,325 ms |
コンパイル使用メモリ | 184,384 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-05-08 09:33:35 |
合計ジャッジ時間 | 2,335 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ソースコード
#define _GLIBCXX_DEBUG #define ll long long #include <bits/stdc++.h> using namespace std; using Graph = vector<vector<int>>; int main(){ cout << 4 << endl; }