摘要: #include<stdio.h> int func(int, int); int main() { int k=4,m=1,p1,p2; p1=func(k,m) ; p2 = func(k,m) ; printf("%d,%d\n",p1,p2); return 0;} int func(int 阅读全文
posted @ 2020-12-04 18:11 新西兰小花猪 阅读(93) 评论(0) 推荐(0) 编辑