摘要: #include #include int Ave_int(int,...); int main() { printf("%d\t",Ave_int(2,"test1","test2")); //printf("%d\t",Ave_int(4,6,5,2,3)); return 0; } int Ave_int(int v,...) { char * value... 阅读全文
posted @ 2018-02-05 16:21 慢伴拍的二叉树 阅读(192) 评论(0) 推荐(0) 编辑