結果
| 問題 | No.2637 Factorize? |
| コンテスト | |
| ユーザー |
shobonvip
|
| 提出日時 | 2024-02-19 00:44:30 |
| 言語 | C++17 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 244 bytes |
| 記録 | |
| コンパイル時間 | 6,916 ms |
| コンパイル使用メモリ | 356,300 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-07-03 17:56:30 |
| 合計ジャッジ時間 | 8,633 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 32 |
ソースコード
#include "testlib.h"
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
const ll Pmin = 1;
const ll Pmax = 1'000'000'000'000LL;
int main(){
registerValidation();
inf.readLong(Pmin, Pmax);
inf.readEoln();
inf.readEof();
}
shobonvip