QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#433181#5523. Graph Problem With Small $n$egypt_ioi2024_11WA 4ms69088kbC++231.2kb2024-06-08 07:11:572024-06-08 07:11:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 69088kb

input:

4
0110
1010
1101
0010

output:

0001
0001
0000
1100

result:

ok 4 lines

Test #2:

score: -100
Wrong Answer
time: 4ms
memory: 69084kb

input:

6
010001
101000
010100
001010
000101
100010

output:

010001
101001
010100
001010
000101
110010

result:

wrong answer 2nd lines differ - expected: '101000', found: '101001'