QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#522487 | #9136. Exponent Calculator | berarchegas# | WA | 7ms | 10476kb | Python3 | 132b | 2024-08-17 00:11:35 | 2024-08-17 00:11:35 |
Judging History
answer
k = 23
print(25)
print("$0 = $0 * %.30lf" % (1/(2**k)))
print("$0 = $0 + 1.0")
for i in range(k):
print("$0 = $0 * $0")
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 7ms
memory: 10476kb
input:
input
output:
25 $0 = $0 * 0.000000119209289550781250000000 $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 $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 = $...
result:
wrong answer x=-20,jury=2.06115e-09,participant=1,error=4.85165e+08