摘要: #include <stdint.h> #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { printf("%s running\n", argv[0]); if(argc != 3) { printf( 阅读全文
posted @ 2022-05-10 21:33 园友1683564 阅读(22) 评论(0) 推荐(0) 编辑