QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#625177#7995. 图MaMengQiWA 1ms7744kbC++171.7kb2024-10-09 17:47:292024-10-09 17:47:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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 '