QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#761587 | #7857. (-1,1)-Sumplete | LH_Frank | WA | 1ms | 5948kb | C++14 | 2.8kb | 2024-11-19 01:19:24 | 2024-11-19 01:19:25 |
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: 5944kb
input:
3 +-+ -++ +-+ 1 1 1 1 -1 3
output:
YES 111 001 001
result:
ok n=3
Test #2:
score: 0
Accepted
time: 1ms
memory: 5948kb
input:
3 --- -++ +++ -2 -1 0 -2 -1 0
output:
YES 110 100 000
result:
ok n=3
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 5712kb
input:
3 +-+ -++ ++- 1 0 2 2 2 -1
output:
NO?
result:
wrong answer invalid output