QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#459985#8770. Comparatorucup-team4258WA 1ms4120kbC++142.5kb2024-06-30 18:52:152024-06-30 18:52:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 2
1 1 (x=0)&(y=1) 1
1 1 (x=1)&(y=(x^x)) 0
2 2 (x=1)|(y=0) 0
1

output:

0 1 0 0
0 0 1 0
1 0 1 1
0 0 0

result:

wrong answer 1st lines differ - expected: '0 0 0', found: '0 1 0 0'