QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#674121#2510. Make Numbersucup-team3080#WA 0ms3748kbC++201.8kb2024-10-25 14:05:282024-10-25 14:05:28

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3608kb

input:

1 1 1 1

output:

15

result:

ok single line: '15'

Test #2:

score: 0
Accepted
time: 0ms
memory: 3748kb

input:

1 1 1 1

output:

15

result:

ok single line: '15'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3612kb

input:

1 1 2 1

output:

32

result:

ok single line: '32'

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3548kb

input:

1 2 4 8

output:

176

result:

wrong answer 1st lines differ - expected: '178', found: '176'