摘要: 【转载注明出处@AOQNRMGYXLMV】#include #include #include #include using namespace std;//lrj计算几何模板struct Point{ double x, y; Point(double x=0, double y=0)... 阅读全文
posted @ 2015-02-24 14:08 zhyfzy 阅读(196) 评论(0) 推荐(0)
摘要: 原文地址:http://hi.baidu.com/baowup/blog/item/3a27465c86d71546faf2c066.html/cmtid/de1ef3f0de7554a0a40f52f7string类的构造函数:string(constchar*s); //用c字符串s初始化... 阅读全文
posted @ 2015-02-24 13:42 zhyfzy 阅读(166) 评论(0) 推荐(0)