首页 > 其他 > 详细

基本格式

时间:2016-02-16 16:52:12      阅读:144      评论:0      收藏:0      [点我收藏+]

#include <iostream>

#include <fstream>

using namespace std;

ifstream fin("fin.in");

ofstream fout("fout.out");

void Input()

{

              ;//please  written at here

}

void algorithm()

{

       ;//please  written at here

}

void  Output()

{

       ;//please  written at here

}

int main()

{

  Input();       //输入

 algorithm();  //算法

 Output();   //输出

}

基本格式

原文:http://www.cnblogs.com/1234----/p/5193051.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!