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

每次写程序时的样本

时间:2015-01-12 00:15:14      阅读:171      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!