摘要: 1019 数字黑洞 (20分) https://pintia.cn/problem-sets/994805260223102976/problems/994805302786899968 #include <iostream> #include <cstdio> #include <cstring> 阅读全文
posted @ 2020-02-01 19:22 yyer 阅读(235) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑