首页 > 其他 > 详细

每次写程序时的样本

时间:2015-01-12 00:12:00      阅读:245      评论:0      收藏:0      [点我收藏+]
 1 //@auther Yang Zongjun
 2 #include <iostream>
 3 #include <cstdio>
 4 #include <cmath>
 5 #include <algorithm>
 6 #include <string>
 7 #include <cstring>
 8 
 9 using namespace std;
10 #define PI acos(-1.0)
11 #define EPS 1e-8
12 const int MAXN = 1100000;
13 const int INF = 2100000000;
14 
15 
16 
17 int main()
18 {
19     //freopen("C:/Users/Administrator/Desktop/input.txt", "r", stdin);
20     
21     return 0;
22 }

 

每次写程序时的样本

原文:http://www.cnblogs.com/snail222/p/4217269.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!