Keven·
Keven·
全部文章
未归档
2018 hdu 多校赛(13)
2019 hdu 多校赛(10)
2019 Winter Camp(2)
2019 牛客多校赛(17)
2020 Winter Camp(1)
codeforces(26)
C语言小游戏(3)
EOJ(1)
hdu(17)
ICPC、CCPC比赛(3)
PAT 乙级题 解题报告(29)
PAT 甲级题(1)
PAT数据结构与算法题目集(中文)(7)
POJ(12)
PTA 团体设计天梯赛(15)
UVA(5)
ZOJ(3)
二叉树(4)
其他(16)
广度,深度优先搜索(4)
数论(3)
概率&期望(2)
牛客网(54)
线段树(2)
蓝桥杯(22)
计蒜客(17)
题解(4)
归档
标签
去牛客网
登录
/
注册
Keven
Ask yourself, do you really work hard?
全部文章
/ 未归档
(共268篇)
小白成长记之PTA乙级题 1018
PTA乙级题 1018. 锤子剪刀布 (20) 【题目链接】 #include<stdio.h> int main() { int n,i,x=0,y=0,z=0,c1=0,j1=0,b1=0,c2=0,j2=0,b2=0; scanf("%d\n&qu...
2018-02-05
0
610
小白成长记之PTA乙级题 1017
PTA乙级题 1017. A除以B (20) 【题目链接】 #include<stdio.h> #include<string.h> int main() { char a[1001]; int b[1001]; int c,i,shang,l...
2018-02-05
0
443
小白成长记之PTA乙级题 1016
PTA乙级题 1016. 部分A+B (15) 【题目链接】 #include<stdio.h> #include<string.h> #include<math.h> int main() { int a,b,len1,len2,i,x=0,y=...
2018-02-05
0
443
小白成长记之PTA乙级题 1015
PTA乙级题 1015. 德才论 (25) 【题目链接】 先上大佬写的代码。 #include<cstdio> #include<string.h> #include<vector> #include<algorithm> usin...
2018-02-05
0
416
小白成长记之PTA乙级题 1014
PTA乙级题 1014. 福尔摩斯的约会 (20) 【题目链接】 #include<stdio.h> #include<ctype.h> int main() { int n,i,x=0,flag1=0,flag2=0; char a[60],b[60...
2018-02-05
0
521
小白成长记之PTA乙级题 1013
PTA乙级题 1013. 数素数 (20) 【题目链接】 #include<stdio.h> int isprime(int n); int main() { int i,a,b,x=1,sum=2; scanf("%d %d",&a,&...
2018-02-05
0
501
小白成长记之PTA乙级题 1012
PTA乙级题 1012. 数字分类 (20) 【题目链接】 #include <stdio.h> #include <stdlib.h> int main() { int cnt; scanf("%d",&cnt); ...
2018-02-05
0
511
小白成长记之PTA乙级题 1011
PTA乙级题 1011. A+B和C (15) 【题目链接】 #include<stdio.h> int main() { long long int n,a,b,c,d; int flag; scanf("%lld",&n);...
2018-02-05
0
470
小白成长记之PTA乙级题 1010
PTA乙级题 1010. 一元多项式求导 (25) 【题目链接】 #include<stdio.h> int main() { int a,b; int flag=0; while (scanf("%d %d",&a,&...
2018-02-01
0
452
小白成长记之PTA乙级题 1009
PTA乙级题 1009. 说反话 (20) 【题目链接】 #include<stdio.h> int main() { int i; char ch[80][80],a=' '; for (i=0;a!='\n';i++) scanf("...
2018-02-01
0
535
首页
上一页
18
19
20
21
22
23
24
25
26
27
下一页
末页