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乙级题 1048
PTA乙级题 1048. 数字加密(20) 【题目链接】 比较简单吧。 #include<stdio.h> #include<string.h> int main() { char a[100]={0},b[100]={0}; int c[100]=...
2018-02-08
0
492
小白成长记之PTA乙级题 1047
PTA乙级题 1047. 编程团体赛(20) 【题目链接】 #include<stdio.h> int main() { int n,i,max=0,x,y,s=0; scanf("%d",&n); int a[10001]={...
2018-02-08
0
435
小白成长记之PTA乙级题 1046
PTA乙级题 1046. 划拳(15) 【题目链接】 大水题 #include<stdio.h> int main() { int i,n,x=0,y=0; scanf("%d",&n); int a[n],b[n],c[n]...
2018-02-08
0
455
小白成长记之PTA乙级题 1045
PTA乙级题 1045. 快速排序(25) 【题目链接】 自我感觉这题很难,因为容易超时,先上大佬写的代码。 #include<iostream> #include<stdio.h> #include<string.h> #include<s...
2018-02-08
0
440
小白成长记之PTA乙级题 1044
PTA乙级题 1044. 火星数字(20) 【题目链接】 个人感觉不难,但是我写的超级超级麻烦。 #include<stdio.h> #include<string.h> #include<math.h> void jiang(int n); int m...
2018-02-08
0
611
小白成长记之PTA乙级题 1043
PTA乙级题 1043. 输出PATest(20) 【题目链接】 #include<stdio.h> #include<string.h> int main() { char ch[10001]; gets(ch); int i,length,...
2018-02-08
0
477
小白成长记之PTA乙级题 1042
PTA乙级题 1042. 字符统计(20) 【题目链接】 #include<stdio.h> #include<string.h> #include<ctype.h> int main() { int i,n,len,a[26]={0},max,x...
2018-02-08
0
481
小白成长记之PTA乙级题 1041
PTA乙级题 1041. 考试座位号(15) 【题目链接】 #include<stdio.h> int main() { int n,x; scanf("%d",&n); char ch[n][15]; int i,j,...
2018-02-08
0
484
小白成长记之PTA乙级题 1040
PTA乙级题 1040. 有几个PAT(25) 【题目链接】 这样写是最简单了,但是比较难懂,多理解一下吧。 #include<stdio.h> #include<string.h> int main() { char a[100000]; int ...
2018-02-07
0
507
小白成长记之PTA乙级题 1039
PTA乙级题 1039. 到底买不买(20) 【题目链接】 #include<stdio.h> #include<string.h> int main() { int i,s,sum=0,flag=1,len1,len2,a[128]={0},b[128]={...
2018-02-07
0
486
首页
上一页
18
19
20
21
22
23
24
25
26
27
下一页
末页