QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#493767 | #9136. Exponent Calculator | ucup-team008# | AC ✓ | 14ms | 10568kb | Python3 | 413b | 2024-07-27 12:11:47 | 2024-07-27 12:11:47 |
Judging History
answer
print("""25
$0 = $1 * 2.5431315104166665e-06
$0 = $0 + 1
$0 = $0 * $1
$0 = $0 * 3.814697265625e-06
$0 = $0 + 1
$0 = $0 * $1
$0 = $0 * 7.62939453125e-06
$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""")
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 14ms
memory: 10568kb
input:
input
output:
25 $0 = $1 * 2.5431315104166665e-06 $0 = $0 + 1 $0 = $0 * $1 $0 = $0 * 3.814697265625e-06 $0 = $0 + 1 $0 = $0 * $1 $0 = $0 * 7.62939453125e-06 $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...
result:
ok max relative diff is 2.91365e-11. Checker runtime is 182 ms
Extra Test:
score: 0
Extra Test Passed