QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#627891 | #8024. Fountains | ucup-team4946# | WA | 0ms | 4100kb | C++17 | 3.0kb | 2024-10-10 17:31:39 | 2024-10-10 17:31:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3804kb
input:
1 1
output:
0
result:
ok 1 number(s): "0"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3804kb
input:
2 13 24
output:
26 13 0
result:
ok 3 number(s): "26 13 0"
Test #3:
score: 0
Accepted
time: 0ms
memory: 4100kb
input:
3 6 4 7
output:
33 21 12 8 4 0
result:
ok 6 numbers
Test #4:
score: 0
Accepted
time: 0ms
memory: 3832kb
input:
1 1000000000
output:
0
result:
ok 1 number(s): "0"
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 4064kb
input:
3 1000000000 1000000000 1000000000
output:
4294967296 2000000000 -294967296 -2294967296 -3294967296 1000000000000000000
result:
wrong answer 1st numbers differ - expected: '6000000000', found: '4294967296'