码迷,mamicode.com
首页 > 其他好文 > 详细

我的代码转风格了

时间:2015-06-22 13:38:05      阅读:103      评论:0      收藏:0      [点我收藏+]

标签:

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

缺省原:

技术分享
#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

 

我的代码转风格了

标签:

原文地址:http://www.cnblogs.com/wzj-is-a-juruo/p/4593181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!