QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#522486 | #9132. Painting Fences | berarchegas# | WA | 10ms | 10456kb | Python3 | 132b | 2024-08-17 00:11:18 | 2024-08-17 00:11:18 |
Judging History
answer
k = 23
print(25)
print("$0 = $0 * %.30lf" % (1/(2**k)))
print("$0 = $0 + 1.0")
for i in range(k):
print("$0 = $0 * $0")
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 10ms
memory: 10456kb
input:
4 4 1001 0100 0110 0110
output:
25 $0 = $0 * 0.000000119209289550781250000000 $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 * $0 $0 = $0 * $0 $0 = $...
result:
wrong answer 1st numbers differ - expected: '3', found: '25'