QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#727201 | #513. Pizza Cutting | ucup-team5275# | TL | 1ms | 3896kb | C++20 | 3.4kb | 2024-11-09 11:58:17 | 2024-11-09 11:58:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 1ms
memory: 3716kb
input:
100 45 90 0 -20 0.1
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3896kb
input:
100 45 90 0 -20 .999
output:
14
result:
ok single line: '14'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3896kb
input:
3 1 1 2 -2 .9
output:
12
result:
ok single line: '12'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3684kb
input:
3 5 5 -1 1 .9
output:
3
result:
ok single line: '3'
Test #5:
score: 0
Accepted
time: 1ms
memory: 3764kb
input:
10 1 1 0 0 .9
output:
60
result:
ok single line: '60'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3724kb
input:
1 1 1 -10000 -10000 .5
output:
0
result:
ok single line: '0'
Test #7:
score: -100
Time Limit Exceeded
input:
1000 1 1 -10000 10000 .9
output:
6412