結果
| 問題 | No.413 +5,000,000pts |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-10-18 20:59:37 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 192 bytes |
| 記録 | |
| コンパイル時間 | 236 ms |
| コンパイル使用メモリ | 95,596 KB |
| 実行使用メモリ | 84,848 KB |
| 最終ジャッジ日時 | 2026-08-01 12:38:43 |
| 合計ジャッジ時間 | 1,896 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
from collections import *
from itertools import *
from functools import *
from heapq import *
import sys,math
input = sys.stdin.readline
X = 10**9
for i in range(10**5):
print((X-i)**2-1)