結果
問題 | No.508 超ゆとり教育 |
ユーザー | rlangevin |
提出日時 | 2024-08-08 08:59:07 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 137 ms / 2,000 ms |
コード長 | 116 bytes |
コンパイル時間 | 423 ms |
コンパイル使用メモリ | 82,520 KB |
実行使用メモリ | 80,384 KB |
最終ジャッジ日時 | 2024-08-08 08:59:09 |
合計ジャッジ時間 | 2,362 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 130 ms
80,128 KB |
testcase_01 | AC | 107 ms
80,384 KB |
testcase_02 | AC | 137 ms
80,036 KB |
testcase_03 | AC | 106 ms
79,872 KB |
testcase_04 | AC | 103 ms
80,168 KB |
testcase_05 | AC | 105 ms
79,872 KB |
testcase_06 | AC | 105 ms
80,188 KB |
testcase_07 | AC | 104 ms
80,000 KB |
ソースコード
from decimal import * from math import * n = Decimal(int(input())) ans = sqrt(n / Decimal(pi)) print(int(ans) + 100)