QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#73706 | #2294. Cutting Edge | larryzhong | WA | 18ms | 8096kb | Python3 | 1.4kb | 2023-01-27 16:52:26 | 2023-01-27 16:52:29 |
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: 17ms
memory: 8036kb
input:
1 1 1 2
output:
16 0 0 0 0 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 1 1 1 0 1 0 1 1 0 0 0 0 1 1 1 0 1 1 1 0
result:
ok correct
Test #2:
score: 0
Accepted
time: 8ms
memory: 8024kb
input:
1 1 1 3
output:
16 0 0 0 0 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 1 1 1 0 1 0 1 1 0 0 0 1 1 1 1 1 0 1 1 1
result:
ok correct
Test #3:
score: 0
Accepted
time: 18ms
memory: 8004kb
input:
1 1 1 4
output:
16 0 0 0 0 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 0 1 1 1 0 0 0 0 0 1 1 0 0 1 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1
result:
ok correct
Test #4:
score: 0
Accepted
time: 11ms
memory: 8004kb
input:
1 1 1 5
output:
16 0 0 0 0 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1
result:
ok correct
Test #5:
score: 0
Accepted
time: 17ms
memory: 8096kb
input:
1 1 1 6
output:
16 0 0 0 0 1 1 1 1 0 1 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 1 1 1 1 1 0 1 1 1
result:
ok correct
Test #6:
score: 0
Accepted
time: 14ms
memory: 7952kb
input:
1 1 2 7
output:
16 0 0 0 0 1 2 1 1 0 1 0 2 0 0 0 1 1 0 1 0 2 1 1 0 0 0 0 0 1 2 1 0 2 0 1 2 0 0 1 1 1 2 1 1 0 1 1 2
result:
ok correct
Test #7:
score: 0
Accepted
time: 9ms
memory: 8012kb
input:
1 1 2 8
output:
16 0 0 0 0 1 2 1 1 0 1 0 2 0 0 0 1 1 0 1 0 2 1 1 0 0 0 0 0 1 2 0 0 2 0 0 2 0 0 2 1 1 2 1 1 0 1 1 2
result:
ok correct
Test #8:
score: 0
Accepted
time: 10ms
memory: 8036kb
input:
1 1 2 9
output:
16 0 0 0 0 1 2 1 1 0 1 0 2 0 0 0 1 1 0 1 0 2 1 1 0 0 0 0 0 1 1 0 0 2 0 0 2 0 0 2 1 1 2 1 1 0 1 1 2
result:
ok correct
Test #9:
score: 0
Accepted
time: 13ms
memory: 8008kb
input:
1 1 2 10
output:
16 0 0 0 0 1 2 1 1 0 1 0 2 0 0 0 1 1 0 1 0 2 0 1 0 0 1 0 0 1 0 0 0 2 0 0 2 0 0 2 1 1 2 1 1 0 1 1 2
result:
ok correct
Test #10:
score: 0
Accepted
time: 5ms
memory: 7992kb
input:
1 1 2 11
output:
16 0 0 0 0 1 2 1 1 0 1 0 2 0 0 0 1 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 2 0 0 2 0 0 2 1 1 2 1 1 0 1 1 2
result:
ok correct
Test #11:
score: 0
Accepted
time: 16ms
memory: 8040kb
input:
1 1 2 12
output:
16 0 0 0 0 1 2 1 1 0 1 0 2 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 2 0 0 2 0 0 2 1 1 2 1 1 0 1 1 2
result:
ok correct
Test #12:
score: -100
Wrong Answer
time: 15ms
memory: 8024kb
input:
1 2 2 13
output:
16 0 0 0 0 2 2 1 2 0 1 0 2 0 0 0 1 2 0 1 0 2 1 2 0 0 0 0 0 2 2 1 0 2 0 2 2 0 0 1 0 2 2 1 1 1 1 2 1
result:
wrong answer Wrong answer: the volume of the polyhedron is 12 (/6), but should be 13 (/6).