QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#713683 | #9136. Exponent Calculator | rotcar07 | WA | 15ms | 10532kb | Python3 | 523b | 2024-11-05 20:16:19 | 2024-11-05 20:16:19 |
Judging History
answer
print('''
25
$1 = $1 * 0.00390625
$0 = $0 + 0.00002480158730158730
$0 = $0 * $1
$0 = $0 + 0.00019841269841269841
$0 = $0 * $1
$0 = $0 + 0.00138888888888888894
$0 = $0 * $1
$0 = $0 + 0.00833333333333333322
$0 = $0 * $1
$0 = $0 + 0.04166666666666666435
$0 = $0 * $1
$0 = $0 + 0.16666666666666665741
$0 = $0 * $1
$0 = $0 + 0.50000000000000000000
$0 = $0 * $1
$0 = $0 + 1.00000000000000000000
$0 = $0 * $0
$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: 0
Wrong Answer
time: 15ms
memory: 10532kb
input:
input
output:
25 $1 = $1 * 0.00390625 $0 = $0 + 0.00002480158730158730 $0 = $0 * $1 $0 = $0 + 0.00019841269841269841 $0 = $0 * $1 $0 = $0 + 0.00138888888888888894 $0 = $0 * $1 $0 = $0 + 0.00833333333333333322 $0 = $0 * $1 $0 = $0 + 0.04166666666666666435 $0 = $0 * $1 $0 = $0 + 0.16666666666666665741 $0 = $0 * $1...
result:
wrong answer Can't recognize op #25: '' (in 1-indexation)