摘要: 这个作业属于哪个课程https://edu.cnblogs.com/campus/besti/2020-2021-1fois 这个作业要求在哪里 https://www.cnblogs.com/rocedu/p/9577842.html#WEEK05 这个作业的目标 Pep/9虚拟机 机器语言与汇编 阅读全文
posted @ 2020-11-01 19:14 20201214罗云帆 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-11-01 19:01 20201214罗云帆 阅读(59) 评论(0) 推荐(0) 编辑
摘要: (1)编写一个伪代码算法,读入三个值,输出它们的和: Set sum to0Read num1Set sum to sum + num1Read num2Set sum to sum + num2Read num3Set sum to sum + num3If (sum<0)Write"Error" 阅读全文
posted @ 2020-11-01 16:21 20201214罗云帆 阅读(415) 评论(0) 推荐(0) 编辑