//蛮力法--最近对问题#include#include#definerandom(x)(rand()%x)typedefstructnode//定义点的结构{intx;inty;}node;typedefstructnlist//定义点的一个集合链表存储{structnodedata;structnlist*next;}nlist;typedefstructclose//用于保留最近的两点{nodea;nodeb;doublespace;}close;//生成节点nli