只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-06-20 21:52 xant 阅读(1) 评论(0) 推荐(0)
摘要: #include <stdio.h>#include <malloc.h>int main(void){ int len ; scanf("%d",&len); int * num = (int *)malloc(4*len); for (int i=0;i<len;i++) { scanf("%d 阅读全文
posted @ 2019-04-16 22:52 xant 阅读(134) 评论(0) 推荐(0)