0
0
已采纳
傅文彬
新手天翼
新手天翼
#include<bits/stdc++.h>
using namespace std;
int main()
{
freopen("game.in","r",stdin)
freopen("game.out","w",stdout);
cout<<"Hello,word!";
fclose(stdout);
fclose(stdin);
return 0;
}
0
0
陈泉宏
高级守护
高级守护
int main()
{
freopen("game.in","r",stdin)
freopen("game.out","w",stdout);
cout<<"Hello,word!";
fclose(stdout);
fclose(stdin);
return 0;
}
0
0
0