QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#494402 | #9136. Exponent Calculator | ucup-team987# | AC ✓ | 10ms | 10608kb | Python3 | 433b | 2024-07-27 15:38:43 | 2024-07-27 15:38:48 |
Judging History
answer
S="""23
$1 = $1 * 0.001953125
$0 = $0 + 0.001388888888888889
$0 = $0 * $1
$0 = $0 + 0.008333333333333333
$0 = $0 * $1
$0 = $0 + 0.041666666666666664
$0 = $0 * $1
$0 = $0 + 0.16666666666666666
$0 = $0 * $1
$0 = $0 + 0.5
$0 = $0 * $1
$0 = $0 + 1.0
$0 = $0 * $1
$0 = $0 + 1.0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
"""
print(S)
詳細信息
Test #1:
score: 100
Accepted
time: 10ms
memory: 10608kb
input:
input
output:
23 $1 = $1 * 0.001953125 $0 = $0 + 0.001388888888888889 $0 = $0 * $1 $0 = $0 + 0.008333333333333333 $0 = $0 * $1 $0 = $0 + 0.041666666666666664 $0 = $0 * $1 $0 = $0 + 0.16666666666666666 $0 = $0 * $1 $0 = $0 + 0.5 $0 = $0 * $1 $0 = $0 + 1.0 $0 = $0 * $1 $0 = $0 + 1.0 $0 = $0 * $0 $0 = $0 * $0 $0 = $...
result:
ok max relative diff is 1.46289e-11. Checker runtime is 188 ms
Extra Test:
score: 0
Extra Test Passed