QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#502910#8660. Twenty Four, Againxiaowuc1AC ✓101ms44600kbJava88.1kb2024-08-03 15:27:502024-08-03 15:27:54

詳細信息

Test #1:

score: 100
Accepted
time: 59ms
memory: 37912kb

input:

3 5 5 2

output:

1

result:

ok single line: '1'

Test #2:

score: 0
Accepted
time: 58ms
memory: 39220kb

input:

1 1 1 1

output:

impossible

result:

ok single line: 'impossible'

Test #3:

score: 0
Accepted
time: 62ms
memory: 38636kb

input:

7 7 3 3

output:

impossible

result:

ok single line: 'impossible'

Test #4:

score: 0
Accepted
time: 66ms
memory: 39164kb

input:

5 5 5 1

output:

impossible

result:

ok single line: 'impossible'

Test #5:

score: 0
Accepted
time: 62ms
memory: 37936kb

input:

73 71 1 23

output:

0

result:

ok single line: '0'

Test #6:

score: 0
Accepted
time: 45ms
memory: 37820kb

input:

9 57 66 23

output:

1

result:

ok single line: '1'

Test #7:

score: 0
Accepted
time: 67ms
memory: 37824kb

input:

9 36 92 89

output:

2

result:

ok single line: '2'

Test #8:

score: 0
Accepted
time: 57ms
memory: 38832kb

input:

17 43 14 45

output:

3

result:

ok single line: '3'

Test #9:

score: 0
Accepted
time: 56ms
memory: 38544kb

input:

33 29 27 23

output:

4

result:

ok single line: '4'

Test #10:

score: 0
Accepted
time: 69ms
memory: 40500kb

input:

41 43 40 67

output:

5

result:

ok single line: '5'

Test #11:

score: 0
Accepted
time: 59ms
memory: 41868kb

input:

73 57 53 23

output:

6

result:

ok single line: '6'

Test #12:

score: 0
Accepted
time: 77ms
memory: 43584kb

input:

97 22 66 89

output:

7

result:

ok single line: '7'

Test #13:

score: 0
Accepted
time: 87ms
memory: 44148kb

input:

9 50 53 1

output:

8

result:

ok single line: '8'

Test #14:

score: 0
Accepted
time: 90ms
memory: 44600kb

input:

41 22 27 56

output:

9

result:

ok single line: '9'

Test #15:

score: 0
Accepted
time: 90ms
memory: 42660kb

input:

73 99 79 45

output:

10

result:

ok single line: '10'

Test #16:

score: 0
Accepted
time: 92ms
memory: 44064kb

input:

25 36 53 12

output:

11

result:

ok single line: '11'

Test #17:

score: 0
Accepted
time: 92ms
memory: 44416kb

input:

65 71 66 78

output:

12

result:

ok single line: '12'

Test #18:

score: 0
Accepted
time: 92ms
memory: 44284kb

input:

17 43 40 1

output:

impossible

result:

ok single line: 'impossible'

Test #19:

score: 0
Accepted
time: 96ms
memory: 42652kb

input:

57 99 66 45

output:

impossible

result:

ok single line: 'impossible'

Test #20:

score: 0
Accepted
time: 101ms
memory: 44060kb

input:

97 99 92 89

output:

impossible

result:

ok single line: 'impossible'