QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#621702 | #9136. Exponent Calculator | ucup-team5022# | AC ✓ | 1ms | 3848kb | C++20 | 1.3kb | 2024-10-08 16:22:05 | 2024-10-08 16:22:05 |
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: 1ms
memory: 3848kb
input:
input
output:
24 $1 = $1 * 0.000195312500 $2 = $1 + 1 $3 = $1 * 1.250000000000 $3 = $2 * $3 $2 = 1 + $3 $3 = $1 * 1.666666666667 $3 = $2 * $3 $2 = 1 + $3 $3 = $1 * 2.500000000000 $3 = $2 * $3 $2 = 1 + $3 $3 = $1 * 5.000000000000 $3 = $2 * $3 $0 = 1 + $3 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 ...
result:
ok max relative diff is 8.03629e-11. Checker runtime is 161 ms
Extra Test:
score: 0
Extra Test Passed