摘要: #include <stdio.h>struct test1 { int a; double b; struct test1 *next;};int movies(int *n);int main(){ int *nm; int mx = 5; nm = &mx; movies(nm); print 阅读全文
posted @ 2018-12-21 11:29 none4 阅读(210) 评论(0) 推荐(0) 编辑