結果
問題 | No.3019 ディープ・ソート |
ユーザー | kpinkcat |
提出日時 | 2023-08-24 00:51:48 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 224 bytes |
コンパイル時間 | 764 ms |
コンパイル使用メモリ | 101,952 KB |
実行使用メモリ | 6,812 KB |
最終ジャッジ日時 | 2024-06-01 22:14:22 |
合計ジャッジ時間 | 1,204 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ソースコード
#include<iostream> #include<iomanip> #include<string> #include<algorithm> #include<vector> #include<set> #include<list> #include<queue> #include<math.h> #include<bitset> using namespace std; int main(){ cout << endl; }