枚举
阿龙的圈子
仰望星空 脚踏实地
向前走 永不停
展开
-
POJ2739
Language: Default Sum of Consecutive Prime Numbers Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 19435 Accepted: 10658 Description Some positive inte原创 2014-10-04 10:15:46 · 625 阅读 · 0 评论 -
POJ 2965
The Pilots Brothers' refrigerator Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 18941 Accepted: 7256 Special Judge Description The game “The Pilots原创 2014-10-05 10:25:38 · 429 阅读 · 0 评论 -
uva 221
#include #include #include using namespace std; #define maxn 105 struct Building{ int id; double x,y,w,d,h; bool operator < (const Building& p) const { return x<p.x||(x==p.x && y<原创 2014-12-23 22:52:45 · 740 阅读 · 0 评论