結果
| 問題 | No.2637 Factorize? |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-02-19 21:20:36 |
| 言語 | C++23 (gcc 15.3.0 + boost 1.92.0 + ACL) |
| 結果 |
AC
不安定
|
| 実行時間 | 1 ms / 2,000 ms |
| + 340µs | |
| コード長 | 340 bytes |
| 記録 | |
| コンパイル時間 | 1,958 ms |
| コンパイル使用メモリ | 326,936 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-09-05 19:21:50 |
| 合計ジャッジ時間 | 3,870 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge4_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 32 |
ソースコード
// #pragma GCC optimize("O3,unroll-loops")
#include <bits/stdc++.h>
// #include <x86intrin.h>
using namespace std;
#if __cplusplus >= 202002L
using namespace numbers;
#endif
int main(){
cin.tie(0)->sync_with_stdio(0);
cin.exceptions(ios::badbit | ios::failbit);
long long p;
cin >> p;
cout << "1 " << p << "\n";
return 0;
}
/*
*/