結果
| 問題 | No.2645 Sum of Divisors? |
| コンテスト | |
| ユーザー |
shobonvip
|
| 提出日時 | 2024-02-16 16:16:47 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 245 bytes |
| 記録 | |
| コンパイル時間 | 6,188 ms |
| コンパイル使用メモリ | 335,572 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-07-03 16:03:18 |
| 合計ジャッジ時間 | 7,605 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 32 |
ソースコード
#include "testlib.h"
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
const ll Nmin = 1;
const ll Nmax = 1'000'000'000'000;
int main(){
registerValidation();
inf.readLong(Nmin, Nmax);
inf.readEoln();
inf.readEof();
}
shobonvip