結果
| 問題 | No.2645 Sum of Divisors? |
| コンテスト | |
| ユーザー |
noya2
|
| 提出日時 | 2024-02-14 00:35:43 |
| 言語 | C++23 (gcc 15.3.0 + boost 1.92.0 + ACL) |
| 結果 |
WA
不安定
|
| 実行時間 | - |
| コード長 | 243 bytes |
| 記録 | |
| コンパイル時間 | 10,160 ms |
| コンパイル使用メモリ | 442,480 KB |
| 実行使用メモリ | 9,796 KB |
| 最終ジャッジ日時 | 2026-09-05 17:34:22 |
| 合計ジャッジ時間 | 8,910 ms |
|
ジャッジサーバーID (参考情報) |
judge4_0 / judge5_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 32 |
ソースコード
#include<bits/stdc++.h>
#include"testlib.h"
using namespace std;
using ll = long long;
const ll Nmin = 1, Nmax = 1'000'000'000'000LL;
int main(){
registerValidation();
inf.readLong(Nmin,Nmax);
inf.readEoln();
inf.readEof();
}
noya2