結果
| 問題 | No.1889 K Consecutive Ks (Hard) |
| コンテスト | |
| ユーザー |
miscalc
|
| 提出日時 | 2021-10-03 13:59:03 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.89.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 240 bytes |
| 記録 | |
| コンパイル時間 | 6,040 ms |
| コンパイル使用メモリ | 336,596 KB |
| 実行使用メモリ | 7,972 KB |
| 最終ジャッジ日時 | 2026-06-23 07:38:50 |
| 合計ジャッジ時間 | 7,173 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 22 |
ソースコード
#include <bits/stdc++.h>
#include "testlib.h"
using namespace std;
using ll = long long;
int main()
{
ll N = inf.readLong((ll)1, (ll)50000);
inf.readSpace();
ll M = inf.readLong((ll)1, (ll)50000);
inf.readEoln();
inf.readEof();
}
miscalc