摘要: 1、两数相换 1 #include <stdio.h> 2 3 void exchang(int *, int *); 4 5 6 int main() 7 { 8 int a, b; 9 scanf("%d,%d",&a,&b); 10 printf("交换前:a = %d, b = %d\n", 阅读全文
posted @ 2020-08-17 13:08 阿拉灯神丁0 阅读(134) 评论(0) 推荐(0)
摘要: release(software development) A release is the distribution of the final version of an application. A software release may be either public or private 阅读全文
posted @ 2020-08-17 13:06 阿拉灯神丁0 阅读(102) 评论(0) 推荐(0)