码迷,mamicode.com
首页 >  
搜索关键字:sets    ( 1333个结果
B1003 我要通过!
题目链接:https://pintia.cn/problem-sets/994805260223102976/problems/994805323154440192 “答案正确”是自动判题系统给出的最令人欢喜的回复。本题属于 PAT 的“答案正确”大派送 —— 只要读入的字符串满足下列条件,系统就输 ...
分类:其他好文   时间:2020-02-02 16:03:09    阅读次数:153
PTA乙级 (1018 锤子剪刀布 (20分))
1018 锤子剪刀布 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805304020025344 #include <iostream> #include <cstdio> #include <cstring ...
分类:移动开发   时间:2020-02-01 19:07:22    阅读次数:68
B1095 解码PAT准考证
题目链接:https://pintia.cn/problem-sets/994805260223102976/problems/1071786104348536832 PAT 准考证号由 4 部分组成: 第 1 位是级别,即 T 代表顶级;A 代表甲级;B 代表乙级; 第 2~4 位是考场编号,范围 ...
分类:其他好文   时间:2020-02-01 16:00:42    阅读次数:66
PTA乙级 (*1028 人口普查 (20分))
1028 人口普查 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805293282607104 #include <iostream> #include <cstring> #include <string> ...
分类:其他好文   时间:2020-02-01 01:00:05    阅读次数:90
PTA乙级 (1022 D进制的A+B (20分))
1022 D进制的A+B (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805299301433344 解题思路:本题说了a和b值均小于等于2的30次方减一,(2^30-1==1 073 741 823),而整 ...
分类:其他好文   时间:2020-02-01 00:55:50    阅读次数:71
PTA乙级 (1029 旧键盘 (20分))
1029 旧键盘 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805292322111488 #include <iostream> #include <cctype> using namespace std ...
分类:其他好文   时间:2020-01-31 23:04:56    阅读次数:73
ZOJ 2688 The Review Plan II
https://zoj.pintia.cn/problem-sets/91827364500/problems/91827369470 题意: n天n个计划,一天完成一个计划,第i个计划不能在第i天和第i+1天完成,第n个计划不能在第n天和第1天完成,求安排计划的方案数。 有禁区的排列问题 在n*n ...
分类:其他好文   时间:2020-01-31 10:40:08    阅读次数:83
PTA乙级 (1027 打印沙漏 (20分))
1027 打印沙漏 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805294251491328 #include <iostream> #include <cstdio> #include <cstring> ...
分类:其他好文   时间:2020-01-30 22:52:52    阅读次数:135
PAT乙级1024
1024 科学计数法 (20分) 题目地址:https://pintia.cn/problem sets/994805260223102976/problems/994805297229447168 科学计数法是科学家用来表示很大或很小的数字的一种方便的方法,其满足正则表达式 [+ ][1 9] [ ...
分类:其他好文   时间:2020-01-30 21:18:14    阅读次数:69
PAT Advanced 1063 Set Similarity (25分)(STL)
Given two sets of integers, the similarity of the sets is defined to be /, where N?c?? is the number of distinct common numbers shared by the two sets ...
分类:其他好文   时间:2020-01-29 21:54:49    阅读次数:84
1333条   上一页 1 ... 9 10 11 12 13 ... 134 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!