摘要: 练习3-1 1 #include <stdio.h> 2 3 int main() { 4 int x; 5 int y; 6 puts("请输入两个整数。"); 7 printf("整数A:"); 8 scanf("%d", &x); 9 printf("整数B:"); 10 scanf("%d" 阅读全文
posted @ 2019-10-28 12:36 nightswatch-candle 阅读(4001) 评论(0) 推荐(1)