QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#727604 | #513. Pizza Cutting | ucup-team5275# | WA | 0ms | 4248kb | C++14 | 3.7kb | 2024-11-09 13:26:30 | 2024-11-09 13:26:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 4068kb
input:
100 45 90 0 -20 0.1
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 0ms
memory: 4112kb
input:
100 45 90 0 -20 .999
output:
14
result:
ok single line: '14'
Test #3:
score: 0
Accepted
time: 0ms
memory: 4248kb
input:
3 1 1 2 -2 .9
output:
12
result:
ok single line: '12'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 4220kb
input:
3 5 5 -1 1 .9
output:
4
result:
wrong answer 1st lines differ - expected: '3', found: '4'