QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#392545#3737. 三角形和矩形ucup-team1383WA 0ms3856kbC++202.9kb2024-04-17 17:02:062024-04-17 17:02:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

0.00
0.00
0.00
0.00
0.00
0.00
0.00
0.00
0.00

result:

wrong answer 1st numbers differ - expected: '0.5000000', found: '0.0000000', error = '0.5000000'