結果
問題 | No.3019 ディープ・ソート |
ユーザー | Yug_min_null |
提出日時 | 2021-11-15 12:46:47 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 161 bytes |
コンパイル時間 | 2,214 ms |
コンパイル使用メモリ | 186,184 KB |
実行使用メモリ | 6,812 KB |
最終ジャッジ日時 | 2024-05-08 09:31:00 |
合計ジャッジ時間 | 2,719 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
ソースコード
#define _GLIBCXX_DEBUG #define ll long long #include <bits/stdc++.h> using namespace std; using Graph = vector<vector<int>>; int main(){ cout << 42 << endl; }