結果
問題 | No.3019 ディープ・ソート |
ユーザー | shiomusubi496 |
提出日時 | 2020-08-30 10:43:38 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 2 ms / 1,000 ms |
コード長 | 74 bytes |
コンパイル時間 | 1,721 ms |
コンパイル使用メモリ | 165,156 KB |
実行使用メモリ | 6,812 KB |
最終ジャッジ日時 | 2024-04-27 01:44:43 |
合計ジャッジ時間 | 1,856 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
ソースコード
#include<bits/stdc++.h> using namespace std; int main(){ puts("42"); }