QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#179544 | #5677. Clarissa's Conical Cannolis | HuangHanSheng | WA | 0ms | 4060kb | C++20 | 1.8kb | 2023-09-14 22:12:50 | 2023-09-14 22:12:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 4060kb
input:
8.00 12.00 5.00 0.50
output:
1.5
result:
ok single line: '1.5'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3740kb
input:
5.00 12.00 5.00 0.50
output:
-1.0
result:
ok single line: '-1.0'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3740kb
input:
11.00 12.00 5.00 0.50
output:
-2.0
result:
ok single line: '-2.0'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3736kb
input:
7.00 12.00 3.00 0.90
output:
-2.0
result:
wrong answer 1st lines differ - expected: '5.8', found: '-2.0'