摘要:
1.代码 #include <stdio.h> #include <stdlib.h> #include <time.h> int main() { srand(time(NULL)); int a,b,c,i,n; long long d=0; printf("原文:"); scanf("%d", 阅读全文
摘要:
1.伪代码 Set sum to 0 Read n1 Read n2 Set a to n1+n2 Read n3 Set b to n2+n3 Set sum to a+b Write sum 2.机器指令 12 00 0F 00 00 00 00 00 00 00 00 00 00 00 00 阅读全文