QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#522487#9136. Exponent Calculatorberarchegas#WA 7ms10476kbPython3132b2024-08-17 00:11:352024-08-17 00:11:35

Judging History

你现在查看的是最新测评结果

  • [2024-08-17 00:11:35]
  • 评测
  • 测评结果:WA
  • 用时:7ms
  • 内存:10476kb
  • [2024-08-17 00:11:35]
  • 提交

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