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;
} 

  

相关文章:

  • 2021-11-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
  • 2021-06-09
相关资源
相似解决方案