QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#175043 | #7132. Subset sums | HuangHanSheng | WA | 1ms | 6152kb | C++17 | 2.5kb | 2023-09-10 15:53:30 | 2023-09-10 15:53:30 |
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: 1ms
memory: 6152kb
input:
2 3 -1 1
output:
-1 0 1
result:
ok 3 number(s): "-1 0 1"
Test #2:
score: 0
Accepted
time: 1ms
memory: 3828kb
input:
3 7 -1 0 1
output:
-1 -1 0 0 0 1 1
result:
ok 7 numbers
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 5872kb
input:
10 1023 883143256 -498280460 630334270 570356589 -527809586 165589387 940711765 689070096 439819867 -683931378
output:
-1710021424 -1544432037 -1270201557 -1211740964 -1182211838 -1139664835 -1104612170 -1079687154 -1046151577 -1026090046 -1020951328 -1016622451 -974075448 -914097767 -860500659 -855361941 -826878168 -771921097 -769309659 -742391971 -699844968 -683931378 -661288781 -641384375 -639867287 -611855249 -6...
result:
wrong answer 175th numbers differ - expected: '326849897', found: '-3803132831'