#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();   //输出

}

posted on 2016-02-16 16:09  __诗酒趁年华  阅读(147)  评论(0编辑  收藏  举报