QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496333 | #9136. Exponent Calculator | ucup-team1222# | WA | 0ms | 3812kb | C++20 | 728b | 2024-07-28 06:58:07 | 2024-07-28 06:58:07 |
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: 0
Wrong Answer
time: 0ms
memory: 3812kb
input:
input
output:
22 $1 = 1 $2 = $0 * $0 $3 = $2 * $0 $4 = $3 * $0 $5 = $4 * $0 $6 = $5 * $0 $15 = 0.5 $2 = $2 * $15 $15 = 0.16666666666 $3 = $3 * $15 $15 = 0.04166666666 $4 = $4 * $15 $15 = 0.00833333333 $5 = $5 * $15 $15 = 0.00138888888 $6 = $6 * $15 $0 = $0 + $1 $0 = $0 + $2 $0 = $0 + $3 $0 = $0 + $4 $0 = $0 + $5 ...
result:
wrong answer x=-20,jury=2.06115e-09,participant=1,error=4.85165e+08