QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#268405 | #7734. Intersection over Union | ucup-team1005 | WA | 1480ms | 3832kb | C++17 | 5.5kb | 2023-11-28 17:01:58 | 2023-11-28 17:01:59 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 4ms
memory: 3716kb
input:
3 0 2 2 0 0 -2 -2 0 7 -2 9 -2 9 2 7 2 7 13 11 10 5 2 1 5
output:
0.707106781187 1 0.623843224831
result:
ok 3 numbers
Test #2:
score: -100
Wrong Answer
time: 1480ms
memory: 3832kb
input:
10000 -568767734 379152673 -565681345 -54946093 -131582579 -51859704 -134668968 382239062 -194884120 -559906233 -194884142 -158042604 -998611400 -158042648 -998611378 -559906277 459335966 -945199065 478030260 -934243779 450535683 -887326546 431841389 -898281832 -483567491 491964356 -523827401 408140...
output:
0.992965423323 0.999999945148 0.590869816285 0.621770486330 0.578832384306 1 0.500000008730 0.685234580574 0.455961719767 0.500287398063 0.980296131450 0.492043580915 0.544037401871 0.380480107105 0.923118331764 0.892558700953 0.617680328485 0.945676970710 0.499874379129 0.999954416654 0.64742147661...
result:
wrong answer 1st numbers differ - expected: '0.9929654', found: '0.9929654', error = '0.0000000'