上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页
摘要: 1018 锤子剪刀布 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805304020025344 #include <iostream> #include <cstdio> #include <cstring 阅读全文
posted @ 2020-02-01 18:00 yyer 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 1024 科学计数法 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805297229447168 #include <iostream> #include <cstdio> #include <cstring 阅读全文
posted @ 2020-02-01 16:59 yyer 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 方法一: assume cs:codesg,ds:datasg datasg segment db 'welcome to masm!' db '................' datasg ends codesg segment start: mov ax,datasg mov ds,ax m 阅读全文
posted @ 2020-02-01 10:58 yyer 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 1022 D进制的A+B (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805299301433344 解题思路:本题说了a和b值均小于等于2的30次方减一,(2^30-1==1 073 741 823),而整 阅读全文
posted @ 2020-01-31 23:52 yyer 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 1028 人口普查 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805293282607104 #include <iostream> #include <cstring> #include <string> 阅读全文
posted @ 2020-01-31 22:53 yyer 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1029 旧键盘 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805292322111488 #include <iostream> #include <cctype> using namespace std 阅读全文
posted @ 2020-01-31 21:39 yyer 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1027 打印沙漏 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805294251491328 #include <iostream> #include <cstdio> #include <cstring> 阅读全文
posted @ 2020-01-30 21:46 yyer 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1030 完美数列 (25分) https://pintia.cn/problem-sets/994805260223102976/problems/994805291311284224 #include <iostream> #include <vector> #include <algorith 阅读全文
posted @ 2020-01-28 22:11 yyer 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1033 旧键盘打字 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805288530460672 字母的大小写转换:(头文件:#include <cctype>) 小写转大写:toupper() 大写转小写: 阅读全文
posted @ 2020-01-27 21:42 yyer 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 1040 有几个PAT (25分) https://pintia.cn/problem-sets/994805260223102976/problems/994805282389999616 #include <cstdio> #include <iostream> #include <algori 阅读全文
posted @ 2020-01-26 14:27 yyer 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 20 下一页