QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#522486#9132. Painting Fencesberarchegas#WA 10ms10456kbPython3132b2024-08-17 00:11:182024-08-17 00:11:18

Judging History

你现在查看的是最新测评结果

  • [2024-08-17 00:11:18]
  • 评测
  • 测评结果:WA
  • 用时:10ms
  • 内存:10456kb
  • [2024-08-17 00:11:18]
  • 提交

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'