結果
問題 | No.3019 ディープ・ソート |
ユーザー | kpinkcat |
提出日時 | 2023-08-24 00:54:42 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 1 ms / 1,000 ms |
コード長 | 230 bytes |
コンパイル時間 | 908 ms |
コンパイル使用メモリ | 102,320 KB |
実行使用メモリ | 6,816 KB |
最終ジャッジ日時 | 2024-06-01 22:17:10 |
合計ジャッジ時間 | 1,296 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ソースコード
#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 << 42 << endl; }