QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#627896 | #8024. Fountains | ucup-team4946# | WA | 0ms | 4096kb | C++17 | 3.0kb | 2024-10-10 17:33:16 | 2024-10-10 17:33:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3792kb
input:
1 1
output:
0
result:
ok 1 number(s): "0"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3796kb
input:
2 13 24
output:
26 13 0
result:
ok 3 number(s): "26 13 0"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3884kb
input:
3 6 4 7
output:
33 21 12 8 4 0
result:
ok 6 numbers
Test #4:
score: 0
Accepted
time: 0ms
memory: 3800kb
input:
1 1000000000
output:
0
result:
ok 1 number(s): "0"
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 4096kb
input:
3 1000000000 1000000000 1000000000
output:
8589934592 6294967296 4000000000 2000000000 1000000000 2000000000
result:
wrong answer 1st numbers differ - expected: '6000000000', found: '8589934592'