QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#390704#3737. 三角形和矩形ucup-team1383WA 1ms3956kbC++204.0kb2024-04-15 20:17:382024-04-15 20:17:39

详细

Test #1:

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

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:

1.500000000
1.500000000
1.500000000
1.500000000

result:

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