markdown 在线制作ppt json校验和格式化工具
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页
摘要: #include#includeusing namespace std;int a[] = {10,670,55252,4816030,432457640};int main(){ int num; cin>>num; cout<<a[num/2-1]<<endl;} 阅读全文
posted @ 2015-06-11 10:48 GavinHacker 阅读(109) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(){ //freopen("acm.acm","r",stdin); int test; int n; int t; int m; int odd; int mul; int ... 阅读全文
posted @ 2015-06-11 10:47 GavinHacker 阅读(151) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;int main(){ //freopen("acm.acm","r",stdin); int min; int max; int tem; string s1; string... 阅读全文
posted @ 2015-06-11 10:47 GavinHacker 阅读(105) 评论(0) 推荐(0) 编辑
摘要: #include #include #define MAXN 205using namespace std;char _m[MAXN][MAXN];char tem[MAXN][MAXN];bool cmp(char a,char b);int r;int c;void fun();bool cmp... 阅读全文
posted @ 2015-06-11 10:47 GavinHacker 阅读(214) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;int _pow(int,int);int main(){ //freopen("acm.acm","r",stdin); int num; int temp; int k; in... 阅读全文
posted @ 2015-06-11 10:46 GavinHacker 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int poo[10]; 7 int main() 8 { 9 //freopen("acm.acm","r",stdin);10 memset(poo,0,s... 阅读全文
posted @ 2015-06-11 10:46 GavinHacker 阅读(124) 评论(0) 推荐(0) 编辑
摘要: #include#includeusing namespace std;int main(){ //freopen("acm.acm","r",stdin); int i; int s; int d; int num; cin>>num; while... 阅读全文
posted @ 2015-06-11 10:44 GavinHacker 阅读(170) 评论(0) 推荐(0) 编辑
摘要: #include#includeusing namespace std;int compare(void const *,void const *);int main(){ //freopen("acm.acm","r",stdin); int * p; int t_num; ... 阅读全文
posted @ 2015-06-11 10:43 GavinHacker 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #define MAXN 500000 4 using namespace std; 5 6 int a[MAXN]; 7 int c[MAXN]; 8 long long n; 9 void Merge(int le, int mid, in... 阅读全文
posted @ 2015-06-10 17:15 GavinHacker 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 关注我的公众号,当然,如果你对Java, Scala, Python等技术经验,以及编程日记,感兴趣的话。 技术网站地址: vmfor.com 阅读全文
posted @ 2015-06-10 17:14 GavinHacker 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页
markdown 在线制作ppt json校验和格式化工具