QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#388676#7995. 图GuanYunchangWA 0ms3956kbC++111.4kb2024-04-13 18:02:052024-04-13 18:02:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3956kb

input:

4
0 3 2 100
3 0 8 100
2 8 0 10
100 100 10 0

output:

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

result:

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