結果
問題 |
No.413 +5,000,000pts
|
ユーザー |
![]() |
提出日時 | 2016-08-15 02:09:12 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 180 bytes |
コンパイル時間 | 436 ms |
コンパイル使用メモリ | 57,300 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-11-07 16:55:32 |
合計ジャッジ時間 | 1,141 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 1 |
ソースコード
#include <iostream> #include "math.h" using namespace std; typedef long long lli; int main() { for(lli i =0 ;i<100000;i++){ lli d= i+20000000; cout << d*d+d-1<<endl; } }