結果
| 問題 | No.3347 Guess The Array |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2025-11-12 21:47:05 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
TLE
|
| 実行時間 | - |
| コード長 | 298 bytes |
| 記録 | |
| コンパイル時間 | 6,427 ms |
| コンパイル使用メモリ | 356,316 KB |
| 実行使用メモリ | 12,160 KB |
| 最終ジャッジ日時 | 2026-07-16 12:33:33 |
| 合計ジャッジ時間 | 13,424 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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;
}