
水
文章平均质量分 94
DTL66
细节决定成败
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UVA 1586 Molar mass
Molar mass Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Description Hello everyone ,welcome to our programming match. This is your first task!!An organic compound is any membe原创 2016-10-18 17:57:33 · 322 阅读 · 0 评论 -
Uva 1587 Box
AC代码: #include #include using namespace std; struct Node{ int a,b; }stu[33]; bool cmp(Node a,Node b) { if(a.a!=b.a) return a.a<b.a; return a.b<b.b; } int main() { while(~scanf("%d%d",&stu[1]原创 2016-10-20 12:55:21 · 355 阅读 · 0 评论 -
LIGHTOJ 1410 - Consistent Verdicts【SET】
1410 - Consistent Verdicts PDF (English) Statistics Forum Time Limit: 5 second(s) Memory Limit: 32 MB In a 2D plane N persons are standing and each of them原创 2016-11-02 13:38:30 · 313 阅读 · 0 评论