QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#617419 | #9136. Exponent Calculator | ucup-team3475# | AC ✓ | 0ms | 3508kb | C++20 | 1.1kb | 2024-10-06 15:29:36 | 2024-10-06 15:29:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3508kb
input:
input
output:
25 $1 = $1 * 0.00390625 $0 = $1 * $1 $2 = $0 * $1 $3 = $2 * $1 $4 = $3 * $1 $5 = $4 * $1 $0 = $0 * 0.5 $2 = $2 * 0.1666666666 $3 = $3 * 0.0416666666 $4 = $4 * 0.0083333333 $5 = $5 * 0.0013888888 $0 = $0 + 1 $0 = $0 + $1 $0 = $0 + $2 $0 = $0 + $3 $0 = $0 + $4 $0 = $0 + $5 $0 = $0 * $0 $0 = $0 * $0 $0...
result:
ok max relative diff is 9.74304e-10. Checker runtime is 195 ms
Extra Test:
score: 0
Extra Test Passed