posts - 43,  comments - 9,  trackbacks - 0
#line  $NEXTLINENUMBER$ "$FILENAME$"
#include 
< string >
#include 
< vector >
#include 
< list >
#include 
< map >
#include 
< queue >
#include 
< stack >
#include 
< set >
#include 
< iostream >
#include 
< sstream >
#include 
< numeric >
#include 
< algorithm >
#include 
< cmath >
#include 
< cctype >
#include 
< cstdlib >
#include 
< cstdio >
#include 
< cstring >
using   namespace  std;

#define  CLR(x) memset((x),0,sizeof(x))
#define  SET(x,y) memset((x),(y),sizeof(x))
#define  REP(i,x) for(int i=0;i<(x);i++)
#define  FOR(i,x,y) for(int i=(x);i<(y);i++)
#define  VI vector<int> 
#define  PB(i,x) (i).push_back(x)
#define  MP(x,y) make_pair((x),(y))

class  $CLASSNAME$ {
public :
    $RC$ $METHODNAME$($METHODPARMS$) 
    {
        
// have some fun here
    }
    $TESTCODE$
};

//  BEGIN CUT HERE 
int  main()
{
    $CLASSNAME$ ___test; 
    ___test.run_test(
- 1 ); 
    system(
" pause " );

 
//  END CUT HERE 

posted on 2010-04-04 18:27 wolf5x 阅读(216) 评论(0)  编辑 收藏 引用 所属分类: topcoder

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


<2010年4月>
28293031123
45678910
11121314151617
18192021222324
2526272829301
2345678

"Do not spend all your time on training or studying - this way you will probably become very exhausted and unwilling to compete more. Whatever you do - have fun. Once you find programming is no fun anymore – drop it. Play soccer, find a girlfriend, study something not related to programming, just live a life - programming contests are only programming contests, and nothing more. Don't let them become your life - for your life is much more interesting and colorful." -- Petr

留言簿(3)

随笔分类(59)

随笔档案(43)

cows

搜索

  •  

最新评论

评论排行榜