QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#713741 | #9136. Exponent Calculator | rotcar07 | AC ✓ | 14ms | 10516kb | Python3 | 642b | 2024-11-05 20:25:35 | 2024-11-05 20:25:35 |
Judging History
answer
print('''25
$1 = $1 * 0.0078125
$0 = $0 + 0.000024801587301587301565789639
$0 = $0 * $1
$0 = $0 + 0.000198412698412698412526317115
$0 = $0 * $1
$0 = $0 + 0.001388888888888888941894328433
$0 = $0 * $1
$0 = $0 + 0.008333333333333333217685101602
$0 = $0 * $1
$0 = $0 + 0.041666666666666664353702032031
$0 = $0 * $1
$0 = $0 + 0.166666666666666657414808128124
$0 = $0 * $1
$0 = $0 + 0.500000000000000000000000000000
$0 = $0 * $1
$0 = $0 + 1.000000000000000000000000000000
$0 = $0 * $1
$0 = $0 + 1.000000000000000000000000000000
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0
$0 = $0 * $0''')
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 14ms
memory: 10516kb
input:
input
output:
25 $1 = $1 * 0.0078125 $0 = $0 + 0.000024801587301587301565789639 $0 = $0 * $1 $0 = $0 + 0.000198412698412698412526317115 $0 = $0 * $1 $0 = $0 + 0.001388888888888888941894328433 $0 = $0 * $1 $0 = $0 + 0.008333333333333333217685101602 $0 = $0 * $1 $0 = $0 + 0.041666666666666664353702032031 $0 = $0 * ...
result:
ok max relative diff is 2.25525e-11. Checker runtime is 201 ms
Extra Test:
score: 0
Extra Test Passed