typedef struct{ double x,y; }Point;
使用 typedef 可以使结构体使用前不需要加 struct
随笔笔记 算法竞赛入门经典 ch4
原文:https://www.cnblogs.com/soulwinter/p/ch4notes.html