QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#674136 | #2510. Make Numbers | ucup-team3080# | WA | 0ms | 3592kb | C++20 | 1.9kb | 2024-10-25 14:11:38 | 2024-10-25 14:11:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3584kb
input:
1 1 1 1
output:
15
result:
ok single line: '15'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3592kb
input:
1 1 1 1
output:
15
result:
ok single line: '15'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3516kb
input:
1 1 2 1
output:
32
result:
ok single line: '32'
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3552kb
input:
1 2 4 8
output:
177
result:
wrong answer 1st lines differ - expected: '178', found: '177'