QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#494923#9136. Exponent Calculatorucup-team1525#AC ✓14ms10396kbPython3629b2024-07-27 17:39:272024-07-27 17:39:28

Judging History

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

  • [2024-07-27 17:39:28]
  • 评测
  • 测评结果:AC
  • 用时:14ms
  • 内存:10396kb
  • [2024-07-27 17:39:27]
  • 提交

answer

print(23)
print("$0 = $1 * 0.000010172526041666666 ")
print("$0 = $0 + 1.0 ")
print("$0 = $0 * $1 ")
print("$0 = $0 * 0.000015258789062500000 ")
print("$0 = $0 + 1.0 ")
print("$0 = $0 * $1 ")
print("$0 = $0 * 0.000030517578125000000 ")
print("$0 = $0 + 1.0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")
print("$0 = $0 * $0 ")

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 14ms
memory: 10396kb

input:

input

output:

23
$0 = $1 * 0.000010172526041666666 
$0 = $0 + 1.0 
$0 = $0 * $1 
$0 = $0 * 0.000015258789062500000 
$0 = $0 + 1.0 
$0 = $0 * $1 
$0 = $0 * 0.000030517578125000000 
$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...

result:

ok max relative diff is 1.95699e-10. Checker runtime is 179 ms

Extra Test:

score: 0
Extra Test Passed