結果
| 問題 | No.2750 Number of Prime Factors |
| コンテスト | |
| ユーザー |
MZKi
|
| 提出日時 | 2023-03-13 18:20:58 |
| 言語 | C++17(gcc12) (gcc 12.4.0 + boost 1.90.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 257 bytes |
| 記録 | |
| コンパイル時間 | 6,122 ms |
| コンパイル使用メモリ | 336,696 KB |
| 実行使用メモリ | 6,528 KB |
| 最終ジャッジ日時 | 2026-06-29 22:42:39 |
| 合計ジャッジ時間 | 6,866 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 2 |
| other | WA * 19 |
ソースコード
#include <bits/stdc++.h>
using namespace std;
#include "testlib.h"
int main(int argc, char* argv[]) {
registerValidation(argc, argv);
long long n = inf.readLong(1, 1000000000000000000LL, "n");
inf.readEoln();
inf.readEof();
return 0;
}
MZKi