佛奴儿
佛奴儿
全部文章
分类
未归档(985)
归档
标签
去牛客网
登录
/
注册
Roni
ACMer
TA的专栏
0篇文章
0人订阅
职场那些事儿
0篇文章
0人学习
全部文章
(共985篇)
HDU 2710 Max Factor(数论,素数筛法)
#include<iostream> #include<stdio.h> #include<string.h> #include<cmath> using namespace std; const int maxn=20017; int s[maxn]...
2017-07-19
0
404
紫书 习题3-5 谜题
#include <iostream> #include <cstdio> #include <algorithm> using namespace std; const char inst[] = "ABLR"; const int dir...
2017-07-18
0
407
紫书 习题3-4 周期串
#include<stdio.h> #include<string.h> int main(void) { int n,stlen,i,j; char carr[1000]; while(scanf("%d",&n)!=EO...
2017-07-18
0
443
ZCMU Problem A: Good Joke!
<center> Problem A: Good Joke! Time Limit: 1 Sec Memory Limit: 128 MBSubmit: 25 Solved: 16[Submit][Status][Web Board] </ce...
2017-07-18
0
522
ZCMU Problem H: Crixalis's Equipment(贪心,排序)
#include<stdio.h> #include<stdlib.h> struct node { int a,b; }c[1002]; int cmpxy(const struct node *c,const struct node *d)...
2017-07-18
0
426
ZCMU Problem E: Subarray GCD(n个数的最大公约数)
<center> Problem E: Subarray GCD Time Limit: 1 Sec Memory Limit: 128 MBSubmit: 44 Solved: 27[Submit][Status][Web Board] </center> D...
2017-07-18
0
474
ZCMU Problem G: 素数对(数论,素数筛法)
#include<iostream> #include<cstdlib> #include<cstring> #include<cstdio> #include<cmath> using namespace std; #define max...
2017-07-18
0
425
HDU 1014 Uniform Generator(最大公约数,周期循环)
#include<iostream> #include <cstdio> #include <cstring> using namespace std; int main(void) { int s,m,i; /*int seed=0; i...
2017-07-18
0
445
紫书 习题3-3 数数字(字符函数,常量数组)
#include <stdio.h> #include <string.h> int main(void) { int n ; //freopen("input.txt" , "r" , stdin); //freopen(...
2017-07-18
0
422
紫书 习题3-2 分子量(字符串,常量数组)
#include<stdio.h> #include<string.h> int main() { int t,i,num; char a[]={'C','H','O','N'}; double n[]={12.01,1.008,16.00,14.0...
2017-07-17
0
441
首页
上一页
90
91
92
93
94
95
96
97
98
99
下一页
末页