码迷,mamicode.com
首页 > 其他好文 > 详细

●SCOI2018 AFO

时间:2018-04-07 21:10:07      阅读:353      评论:0      收藏: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;
} 

  

●SCOI2018 AFO

标签:using   body   end   ace   std   freopen   ret   log   names   

原文地址:https://www.cnblogs.com/zj75211/p/8734496.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!