結果
| 問題 |
No.2645 Sum of Divisors?
|
| コンテスト | |
| ユーザー |
noya2
|
| 提出日時 | 2024-02-14 00:35:43 |
| 言語 | C++23 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 243 bytes |
| コンパイル時間 | 7,852 ms |
| コンパイル使用メモリ | 337,312 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-09-28 18:42:01 |
| 合計ジャッジ時間 | 8,732 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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