QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#73706#2294. Cutting EdgelarryzhongWA 18ms8096kbPython31.4kb2023-01-27 16:52:262023-01-27 16:52:29

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).