使用道具 举报
Post by khc #include <stdlib.h> #include <stdio.h> int main() { char *s = NULL; scanf("%as", &s); printf("%s\n", s); free(s); } 复制代码
本版积分规则 发表回复 回帖后跳转到最后一页