QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#325190#7857. (-1,1)-Sumpleteucup-team1002#RE 0ms3744kbC++205.5kb2024-02-11 05:32:152024-02-11 05:32:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3744kb

input:

3
+-+
-++
+-+
1 1 1
1 -1 3

output:

Yes
111
111
111

result:

ok n=3

Test #2:

score: -100
Runtime Error

input:

3
---
-++
+++
-2 -1 0
-2 -1 0

output:


result: