結果
| 問題 | No.2544 Many RMQ Problems |
| コンテスト | |
| ユーザー |
tojac
|
| 提出日時 | 2023-12-23 20:43:38 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 167 bytes |
| 記録 | |
| コンパイル時間 | 1,254 ms |
| コンパイル使用メモリ | 203,596 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-07-03 07:54:48 |
| 合計ジャッジ時間 | 2,422 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 4 |
| other | WA * 25 |
ソースコード
// S2OJ Submission #12345 @ 1703331815401
#include <bits/stdc++.h>
using namespace std;
// int cnt[1024];
int main() {
// this is a test submission.
return 0;
}
tojac