QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#557075 | #9136. Exponent Calculator | beamishboys | WA | 11ms | 10672kb | Python3 | 119b | 2024-09-11 02:11:06 | 2024-09-11 02:11:07 |
Judging History
answer
n = 23
s = [
f"$2 = $1 * {1.0/2**n}",
"$0 = 1 + $2"
] + ["$0 = $0 * $0"] * n
print(len(s), *s, sep='\n')
詳細信息
Test #1:
score: 0
Wrong Answer
time: 11ms
memory: 10672kb
input:
input
output:
25 $2 = $1 * 1.1920928955078125e-07 $0 = 1 + $2 $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 $0 = $0 * $0 $0 = $0 * $0 $0 = ...
result:
wrong answer x=-20,jury=2.06115e-09,participant=2.0611e-09,error=2.38415e-05