結果
| 問題 |
No.3347 Guess The Array
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-11-12 21:47:05 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 298 bytes |
| コンパイル時間 | 7,203 ms |
| コンパイル使用メモリ | 323,724 KB |
| 実行使用メモリ | 34,176 KB |
| 最終ジャッジ日時 | 2025-11-13 21:23:31 |
| 合計ジャッジ時間 | 13,670 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | TLE * 1 -- * 45 |
ソースコード
#include<bits/stdc++.h>
#include "testlib.h"
using namespace std;
using ll = long long;
// 制約に書かれている定数を宣言
const ll Nmin = 1, Nmax = 500;
int main(){
registerValidation();
int N = inf.readLong(Nmin, Nmax);
inf.readEoln();
inf.readEof();
return 0;
}