这段程序编译之后跑出什么 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 (本条路线统一用 gcc -std=c11 -O0 编译)#include <stdio.h> int main(void) { printf("hi\n"); return 0; }
全部评论