結果
問題 | No.888 約数の総和 |
ユーザー |
![]() |
提出日時 | 2019-07-30 05:11:25 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 139 bytes |
コンパイル時間 | 1,527 ms |
コンパイル使用メモリ | 163,912 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-07-02 15:36:09 |
合計ジャッジ時間 | 2,497 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 30 |
ソースコード
#include <bits/stdc++.h>using namespace std;int main(){long n;cin >> n;assert(n >= 1);assert(n <= 1000000000000);}