听说这道题是个大大的坑题 结果wa了十多发,,,,还是没找到原因 #include<cstdio> #include<cmath> #include<algorithm> using namespace std; double eps=1e-8; int cmp(double x) { if(fabs(x)<eps) return 0; if(x<0)return -1; return 1; } struct Point { double x,y; Poin…
这里是一些我SB没做出来的CF水题. 其实这些题思维量还不错,所以写在这里常来看看…… 不一定每题代码都会写. CF1143C Queen 其实只要注意到如果一个点开始能被删,那一直就能被删:一个点开始不能被删,那一直就不能被删就行了.然而…… CF1151B Dima and a Bad XOR 以为是个什么很难的构造题…… 先考虑 $c_i=1$,也就是全选第一列.如果可以就可以. 否则如果每行上的数全都相等,那么无论如何改变 $c_i$ 都不行,输出无解. 否则随便改一个数改成不同的即可,…
// 线段和矩形相交 POJ 1410 // #include <bits/stdc++.h> #include <iostream> #include <cstdio> #include <cstdlib> #include <algorithm> #include <vector> #include <math.h> using namespace std; #define LL long long typedef p…
首先不要被人蒙了,如果是这样,根本编译不过: int i=1; int b=i+++++i; printf("%d %d\n", b ,i); Mingw报错:error: lvalue required as increment operand (好像是说,++缺左值,这里的++是上题的第三第四个加号) VC2010报错:error C2105: '++' needs l-value --------------------------------------------------…
很多人对于敏捷的第一直觉就是“快”,开发快,测试快,发布快,并不知道如何把这个“快”应用到敏捷实践中,下面我们来分析一下导致工作效率低的核心原因.没有使用敏捷之前,在大多数情况下,项目管理都需要开各种各样的会议,例如:项目立项会.项目需求分析会.技术评审会.项目计划会.测试评审会.项目例会.问题协调会等等. 为了顺利举行这些会议,还需要大量会前会后的沟通工作.可是仔细发现,大部分会议的共同目的都是:确保进度和交付.保证项目进度除了通过这些会议,还会通过电话.邮件和当面沟通交流的方式反复确认,而确…
在vc6.0下编的对话框界面如果没做过其他处理,往往显的很生硬,怎么样才能使他有Windows XP的风格呢,其实也很简单,我们来看看下面两种方法.    方法一: 1.首先确认你在Windows  XP下,因为如果在98或2K下,那除非自己重画画所有界面,要不基本上是无法实现XP风格的.           <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ass…
题目链接:POJ 1410 Description You are to write a program that has to decide whether a given line segment intersects a given rectangle. An example: line: start point: (4,9) end point: (11,2) rectangle: left-top: (1,5) right-bottom: (7,1) Figure 1: Line se…
http://poj.org/problem?id=1410 Intersection Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 11329   Accepted: 2978 Description You are to write a program that has to decide whether a given line segment intersects a given rectangle. An ex…
题目链接:http://poj.org/problem?id=1410 Intersection Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 12822   Accepted: 3347 Description You are to write a program that has to decide whether a given line segment intersects a given rectangle.…
前面说点什么.. 没想到吧 嘴上说着不写的彩笔博主最后还是写了这篇东西.. Day -inf 在雅礼集训,打了四场模拟赛.. 真正说打得好的.. 也就那么一场 身体很差 心态很差 状态很差 虽然有书读 心里还是很慌 Day 0 早上晚起,无伤大雅 只能拿泡芙做早餐 报了道就开始和beginend颓了.. 下午写了一道似懂非懂的网络流题,一遍过很舒服 晚上很无聊的排练 广东人还是niubi 四川那边好像把___弄自闭了 突然通知笔试改了,心态崩了 十点睡觉,还行 Day 1 早上笔试,没ak 男神…