摘要: 1.1 #include <stdio.h> int main(int argc, char *argv[]) { int i; for(i = 1; i < argc; ++i) printf("hello, %s\n", argv[i]); return 0; } void func(int a 阅读全文
posted @ 2025-05-13 21:13 周丹婷 阅读(81) 评论(0) 推荐(0)