快乐的小小程序猿
快乐的小小程序猿
全部文章
C
2019年蓝桥杯(5)
ajax的应用(1)
chrome(1)
docker(9)
Fibonacci数列(1)
HTML(1)
jdbc访问数据库(1)
jdk(1)
jsp内置对象(1)
Linux(1)
Linux常用命令(2)
Linux简单命令(1)
Linux系统管理(1)
MyEclipse的安装与激活(1)
mysql(1)
oracle(10)
PHP(6)
PHP基础(5)
PHP开发环境(1)
Servlet基础(1)
Servlet过滤器(1)
Struts2的开发应用(1)
UML(5)
UML基础(1)
UML类图(1)
UML顺序图(1)
开闭原则(1)
微机原理(2)
微机原理实验(2)
抽象工厂模式(1)
数据库(1)
数据结构(14)
最近点对问题(1)
最长上升子序列(1)
最长公共子序列问题(1)
服务器(1)
未归档(49)
矩阵连乘(1)
网络安全(10)
考研(2)
设计模式(9)
阿里云(1)
归档
标签
去牛客网
登录
/
注册
快乐的小小程序猿的博客
快乐的小小程序猿
全部文章
/ C
(共34篇)
PAT基础编程题目-7-9 用天平找小球
PAT基础编程题目-7-9 用天平找小球 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/789 解答 C语言版 #include<stdio.h> int main() { int a, b, ...
2020-10-19
0
528
PAT基础编程题目-7-10 计算工资
PAT基础编程题目-7-10 计算工资 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/790 解答 C语言版 #include<stdio.h> int main() { int age, ti...
2020-10-19
0
492
PAT基础编程题目-7-11 分段计算居民水费
PAT基础编程题目-7-11 分段计算居民水费 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/791 解答 C语言版 #include<stdio.h> int main() { int x; ...
2020-10-19
0
796
PAT基础编程题目-7-12 两个数的简单计算器
PAT基础编程题目-7-12 两个数的简单计算器 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/792 解答 C语言版 #include<stdio.h> int main() { int op...
2020-10-19
0
443
PAT基础编程题目-7-13 日K蜡烛图
PAT基础编程题目-7-13 日K蜡烛图 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/793 解答 C语言版 #include<stdio.h> int main() { float open...
2020-10-19
0
615
PAT基础编程题目-7-14 求整数段和
PAT基础编程题目-7-14 求整数段和 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/794 解答 C语言版 #include<stdio.h> int main() { int a, b, ...
2020-10-19
0
490
PAT基础编程题目-7-15 计算圆周率
PAT基础编程题目-7-15 计算圆周率 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/795 解答 C语言版 #include<stdio.h> int main() { float thre...
2020-10-19
0
485
PAT基础编程题目-7-16 求符合给定条件的整数集
PAT基础编程题目-7-16 求符合给定条件的整数集 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/796 解答 C语言版 #include<stdio.h> int main() { int ...
2020-10-19
0
349
PAT基础编程题目-7-17 爬动的蠕虫
PAT基础编程题目-7-17 爬动的蠕虫 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/797 解答 C语言版 #include<stdio.h> int main() { int n, u, ...
2020-10-19
0
523
PAT基础编程题目-7-18 二分法求多项式单根
PAT基础编程题目-7-18 二分法求多项式单根 题目详情 题目地址:https://pintia.cn/problem-sets/14/problems/798 解答 C语言版 #include<stdio.h> int main() { float...
2020-10-19
0
417
首页
上一页
1
2
3
4
下一页
末页