QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#643210 | #6609. Scholomance Academy | MaMengQi | WA | 2ms | 10056kb | C++23 | 2.5kb | 2024-10-15 19:51:51 | 2024-10-15 19:51:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 10056kb
input:
3 + 2 - 3 - 1
output:
0.500000000000
result:
ok found '0.500000000', expected '0.500000000', error '0.000000000'
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 10012kb
input:
6 + 7 - 2 - 5 + 4 - 2 + 6
output:
0.555555555556
result:
wrong answer 1st numbers differ - expected: '0.8888889', found: '0.5555556', error = '0.3333333'