C_Input()
摘要:
#include <stdio.h> void input(int *p); int main(void){ int i; input(&i); printf("%d\n",i); return 0;} void input(int *p){ int ret; while(1) { ret=scan 阅读全文
posted @ 2014-05-27 16:18 DawnMo 阅读(376) 评论(0) 推荐(0)
posted @ 2014-05-27 16:18 DawnMo 阅读(376) 评论(0) 推荐(0)
posted @ 2014-05-27 14:15 DawnMo 阅读(158) 评论(0) 推荐(0)