之前我看到这题目就想到可用C++或C语言
所以我用C语言来做这道题
但。。。失败了
#include<stdio.h> int main() { printf("Hello,World!"); return 0; }
请大家看看,哪里有误?