QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#496157 | #9136. Exponent Calculator | ucup-team881# | AC ✓ | 0ms | 3864kb | C++14 | 1.2kb | 2024-07-28 03:11:47 | 2024-07-28 03:11:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3864kb
input:
input
output:
25 $1 = $1 * 0.0039062500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 $0 = $1 + 1 $2 = $1 * $1 $3 = $2 * 0.5000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 * 0.16666666...
result:
ok max relative diff is 9.66162e-10. Checker runtime is 206 ms
Extra Test:
score: 0
Extra Test Passed