markdown 在线制作ppt json校验和格式化工具
摘要: #include<iostream>#include<algorithm>#define MAXN 65using namespace std;int _m[MAXN];int _sum[MAXN];bool mark[MAXN];bool op(int a,int b);bool boo;int 阅读全文
posted @ 2015-06-09 13:14 GavinHacker 阅读(161) 评论(0) 推荐(0) 编辑
摘要: using namespace std;int main(){int N;cin>>N;double *days=(double *)new double[N];char amonth[7];int year_day;char month[19][20]={"pop", "no", "zip", " 阅读全文
posted @ 2015-06-09 13:13 GavinHacker 阅读(153) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<math.h>#define pi 3.1415926using namespace std;int main(){ int N; double *px; double *py; double s_r; cin>>N; px=(double *) 阅读全文
posted @ 2015-06-09 13:13 GavinHacker 阅读(134) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>//#include<string>using namespace std;char chus[200][201];int a[201],b[201];int n,m,i,j,k,t;int main(){ //freopen("acm.acm","r",stdi 阅读全文
posted @ 2015-06-09 13:12 GavinHacker 阅读(157) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<stdio.h>using namespace std;int main(){ //freopen("acm.acm","r",stdin); int p; int e; int i; int d; int j; j = 0; while(cin 阅读全文
posted @ 2015-06-09 13:11 GavinHacker 阅读(130) 评论(0) 推荐(0) 编辑
摘要: import java.util.*;import java.io.*;public class Main { private int num; private double sum; private double stl; public static void main(String args[] 阅读全文
posted @ 2015-06-09 12:00 GavinHacker 阅读(141) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<iomanip>using namespace std;int main(){ long double a[12]; for(int i=0;i<12;i++) cin>>a[i]; for(int j=1;j<12;j++) a[0]+=a[j 阅读全文
posted @ 2015-06-09 12:00 GavinHacker 阅读(186) 评论(0) 推荐(0) 编辑
摘要: #include<iostream>#include<set>#include<stdio.h>#include<string>#include<algorithm>using namespace std;string _m[100005];int main(){ //freopen("acm.ac 阅读全文
posted @ 2015-06-09 11:59 GavinHacker 阅读(150) 评论(0) 推荐(0) 编辑
摘要: import java.util.*;import java.math.*;public class Main{ public static void main(String args[]){ BigDecimal b; int n; Scanner cin = new Scanner(System 阅读全文
posted @ 2015-06-09 11:56 GavinHacker 阅读(150) 评论(0) 推荐(0) 编辑
摘要: C# string replace 阅读全文
posted @ 2011-04-26 20:47 GavinHacker 阅读(20651) 评论(0) 推荐(0) 编辑
markdown 在线制作ppt json校验和格式化工具