Day2 T3代码:
#include<cstdio> #include<cstring> #include<iostream> using namespace std; int main(){ freopen("ABNS.in","r",stdin); freopen("ABNS.out","w",stdout); cout<<"goodbye oi"<<endl; return 0; }
标签:using body end ace std freopen ret log names
Day2 T3代码:
#include<cstdio> #include<cstring> #include<iostream> using namespace std; int main(){ freopen("ABNS.in","r",stdin); freopen("ABNS.out","w",stdout); cout<<"goodbye oi"<<endl; return 0; }
标签:using body end ace std freopen ret log names
原文地址:https://www.cnblogs.com/zj75211/p/8734496.html