摘要:
1 #include <stdio.h> 2 int k = 222, t = 9; 3 void swap(int *a, int *b); 4 5 main() { 6 swap(&k, &t); 7 printf("\nkkkkkk=%d\nttttttttt=%d", k, t); 8 } 阅读全文
posted @ 2020-11-28 08:57
impwa
阅读(148)
评论(0)
推荐(0)
Contact me: