結果
問題 | No.3019 ディープ・ソート |
ユーザー | kpinkcat |
提出日時 | 2023-08-24 00:51:48 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 224 bytes |
コンパイル時間 | 1,009 ms |
コンパイル使用メモリ | 103,076 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-12-22 12:52:33 |
合計ジャッジ時間 | 1,543 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ソースコード
#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; }