QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#729363#9246. Dominating Pointucup-team1059#WA 1ms3800kbC++202.2kb2024-11-09 16:59:252024-11-09 16:59:25

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3800kb

input:

6
011010
000101
010111
100001
010100
100010

output:

1 2 3 

result:

wrong answer Wrong Answer, Point not dominating.