我的代码转风格了

以后开始用宏定义与缩行了

缺省原:

#include<cstdio>
#include<cctype>
#include<queue>
#include<cstring>
#include<algorithm>
#define rep(s,t) for(int i=s;i<=t;i++)
#define ren for(int i=first[x];i!=-1;i=next[i])
using namespace std;
inline int read() {
    int x=0,f=1;char c=getchar();
    for(;!isdigit(c);c=getchar()) if(c=='-') f=-1;
    for(;isdigit(c);c=getchar()) x=x*10+c-'0';
    return x*f;
}
int main() {
    return 0;
}
View Code

 

posted @ 2015-06-22 13:24  wzj_is_a_juruo  阅读(182)  评论(0编辑  收藏  举报