posts - 74,  comments - 33,  trackbacks - 0
也做个小小的应用,做TC的时候省了许多代码时间
#define MFW() freopen("MyData.out","w",stdout);
#define FW() freopen("Data.out","w",stdout);
#define FR() freopen("Data.in","r",stdin);
#define FOR(s,i,t) for(i=s;i<=t;i++)
#define FUCK puts("Fuck You!");
#define PAUSE system("pause");
#define getmax(x,y) x>y?x:y;
#define getmin(x,y) x<y?x:y;
#define Abs(x) x>0?x?-x;
#define OK puts("OK!");
#define INF 0x7fffffff
#define MIO FR()FW()
#define IO FR()FW()
#define MAXN 1200
#define EPS 1E-8
#include
<algorithm>
#include
<iostream>
#include
<string>
#include
<vector>
#include
<bitset>
#include
<queue>
#include
<stack>
#include
<list>
#include
<map>
#include
<set>
int main(){
    IO OK 
}

posted on 2009-05-29 22:14 KNIGHT 阅读(219) 评论(0)  编辑 收藏 引用

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


<2009年5月>
262728293012
3456789
10111213141516
17181920212223
24252627282930
31123456

常用链接

留言簿(8)

随笔档案

文章档案

Friends

OJ

搜索

  •  

最新评论

阅读排行榜

评论排行榜