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)
未归档(167)
概率&期望(2)
牛客网(54)
线段树(2)
蓝桥杯(22)
计蒜客(17)
题解(4)
归档
标签
去牛客网
登录
/
注册
Keven
Ask yourself, do you really work hard?
全部文章
(共561篇)
小白成长记之PTA乙级题 1031
PTA乙级题 1031. 查验身份证(15) 【题目链接】 感谢The_Chosen_1指出问题 #include <iostream> #include <ctype.h> using namespace std; int w[17] = { 7,9,10,5,8...
2018-02-07
0
460
小白成长记之PTA乙级题 1030
PTA乙级题 1030. 完美数列(25) 【题目链接】 先上大佬代码。 #include<stdio.h> #include<string.h> #include<stdlib.h> int cmp(const void* a,const void* ...
2018-02-06
0
490
小白成长记之PTA乙级题 1029
PTA乙级题 1029. 旧键盘(20) 【题目链接】 #include<stdio.h> #include<string.h> #include<ctype.h> int main() { char a[85],b[85],c[85]; ...
2018-02-06
0
475
小白成长记之PTA乙级题 1028
PTA乙级题 1028. 人口普查(20) 【题目链接】 #include<stdio.h> int hege (int ,int ,int ); int main() { int i,n,x=0; scanf("%d",&n); ...
2018-02-06
0
496
小白成长记之PTA乙级题 1027
PTA乙级题 1027. 打印沙漏(20) 【题目链接】 把这个题看成两个小题,先打印上面再打印下面 #include<stdio.h> int main() { int n,i,num,c=1,sum=1,d; char ch; scanf("...
2018-02-06
0
423
小白成长记之PTA乙级题 1026
PTA乙级题 1026. 程序运行时间(15) 【题目链接】 大水题。 #include<stdio.h> int main() { int C1,C2; scanf("%d %d",&C1,&C2); int n=(...
2018-02-06
0
411
小白成长记之PTA乙级题 1025
PTA乙级题 1025. 反转链表 (25) 【题目链接】 这题有点难,感觉自己写的代码很差,直接给大佬写的代码吧。 #include<iostream> #include<vector> #include<algorithm> #include&...
2018-02-06
0
607
小白成长记之PTA乙级题 1024
PTA乙级题 1024. 科学计数法 (20) 【题目链接】 #include<stdio.h> #include<math.h> int main() { int i,n,len; char ch,a[10010]; for (i=0;(ch...
2018-02-06
0
503
小白成长记之PTA乙级题 1023
PTA乙级题 1023. 组个最小数 (20) 【题目链接】 #include<stdio.h> int main() { int a[10],i; for (i=0;i<10;i++) scanf("%d",&a[i])...
2018-02-06
0
413
小白成长记之PTA乙级题 1022
PTA乙级题 1022. D进制的A+B (20) 【题目链接】 #include<stdio.h> int main() { long long int a,b; int c,i,x=1,flag=0,ch[10000]={0}; scanf("...
2018-02-06
0
435
首页
上一页
48
49
50
51
52
53
54
55
56
57
下一页
末页