結果
| 問題 | No.1886 Sum of Slide Max |
| コンテスト | |
| ユーザー |
miscalc
|
| 提出日時 | 2021-09-02 09:51:05 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 205 bytes |
| 記録 | |
| コンパイル時間 | 5,842 ms |
| コンパイル使用メモリ | 337,020 KB |
| 実行使用メモリ | 7,972 KB |
| 最終ジャッジ日時 | 2026-06-22 22:59:29 |
| 合計ジャッジ時間 | 6,914 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 9 |
ソースコード
#include <bits/stdc++.h>
#include "testlib.h"
using namespace std;
using ll = long long;
int main()
{
registerValidation();
ll N = inf.readLong((ll)1, (ll)200000);
inf.readEoln();
inf.readEof();
}
miscalc