摘要: 程序: 1 #include<stdio.h> 2 3 int main(){ 4 int num1,num2,temp1,temp2,r; 5 scanf("%d %d",&num1,&num2); 6 temp1 = num1; 7 temp2 = num2; 8 while(temp2 != 阅读全文
posted @ 2019-04-05 16:28 cxc1357 阅读(1391) 评论(0) 推荐(0)