QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#211539 | #7336. Factory | MaMengQi | WA | 1ms | 3928kb | C++20 | 522b | 2023-10-12 18:03:08 | 2023-10-12 18:03:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3928kb
input:
1 3 -3 0 0 3 3 0
output:
0.00000000 1.73205081
result:
ok OK!
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3736kb
input:
10 3 -3 0 0 3 3 0 2 -1000000 1000000 -1000000 999999 3 -999999 1000000 -1000000 999999 1000000 -1000000 3 -999999 5 4 999999 999998 -999999 30 -6 15 -3 -21 2 12 1 -2 -27 -22 -3 -3 -11 0 -4 16 30 -24 -28 16 9 11 16 30 -28 -11 8 16 -30 28 23 10 -5 -11 28 10 -11 -2 30 -4 11 -17 -12 0 -5 -3 24 -13 22 -1...
output:
0.00000000 1.73205081 -nan 999999.50000013 -nan 577349.69183936 -nan 2.88675135 7.93935346 6.08276253 999904.35166347 -nan 57.94210904 -nan -nan 85.13277865 -nan -nan 132.90572975 -nan
result:
wrong output format Expected double, but "-nan" found