摘要: C LooooopsTime Limit : 2000/1000ms (Java/Other)Memory Limit : 131072/65536K (Java/Other)Total Submission(s) : 10Accepted Submission(s) : 3Problem Desc... 阅读全文
posted @ 2015-10-29 22:01 handsomecui 阅读(1161) 评论(0) 推荐(0) 编辑
摘要: 代码:#includeusing namespace std;template struct Point{ T x,y; Point(T x=0,T y=0)/*:x(x),y(y)*/{ this->x=x; this->y=y; }};templatePoint o... 阅读全文
posted @ 2015-10-29 21:04 handsomecui 阅读(257) 评论(0) 推荐(0) 编辑
摘要: IntersectionTime Limit: 1000MSMemory Limit: 10000KTotal Submissions: 13140Accepted: 3424DescriptionYou are to write a program that has to decide wheth... 阅读全文
posted @ 2015-10-29 19:01 handsomecui 阅读(367) 评论(0) 推荐(0) 编辑