QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#379872 | #8513. Insects, Mathematics, Accuracy, and Efficiency | TTW | WA | 0ms | 3816kb | C++17 | 4.6kb | 2024-04-06 19:38:22 | 2024-04-06 19:38:24 |
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: 0
Wrong Answer
time: 0ms
memory: 3816kb
input:
4 1000 -1000 0 0 0 1000 0 0 -1000
output:
(1000,0) (0,1000) (-1000,5.55112e-17) (-5.55112e-17,-1000) 2000000.000000000000000
result:
wrong output format Expected double, but "(1000,0)" found