QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#289988 | #7857. (-1,1)-Sumplete | ucup-team1400# | WA | 0ms | 3812kb | C++20 | 1.9kb | 2023-12-24 06:57:49 | 2023-12-24 06:57:51 |
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: 3812kb
input:
3 +-+ -++ +-+ 1 1 1 1 -1 3
output:
Yes 111 001 001
result:
ok n=3
Test #2:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
3 --- -++ +++ -2 -1 0 -2 -1 0
output:
Yes 110 100 000
result:
ok n=3
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3536kb
input:
3 +-+ -++ ++- 1 0 2 2 2 -1
output:
Yes 100 110 011
result:
wrong answer wrong sum at row 3