結果

問題 No.2637 Factorize?
ユーザー shobonvip
提出日時 2024-02-19 00:44:30
言語 C++17
(gcc 13.3.0 + boost 1.87.0)
結果
WA  
実行時間 -
コード長 244 bytes
コンパイル時間 8,236 ms
コンパイル使用メモリ 320,824 KB
最終ジャッジ日時 2025-02-19 16:24:48
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 32
権限があれば一括ダウンロードができます

ソースコード

diff #

#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();
}
0