結果
| 問題 |
No.1991 Secret Garden
|
| コンテスト | |
| ユーザー |
gew1fw
|
| 提出日時 | 2025-06-12 15:03:10 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 79 bytes |
| コンパイル時間 | 181 ms |
| コンパイル使用メモリ | 82,168 KB |
| 実行使用メモリ | 54,232 KB |
| 最終ジャッジ日時 | 2025-06-12 15:03:55 |
| 合計ジャッジ時間 | 1,792 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 1 |
| other | AC * 2 WA * 20 |
ソースコード
import math n = int(input()) m = int((math.sqrt(8 * n + 1) - 1) // 2) print(m)
gew1fw