输入输出模板

#include <stdio.h>

int main()
{
     freopen("slyar.in", "r", stdin);
     freopen("slyar.out", "w", stdout);

/**//* 中间按原样写代码,什么都不用修改 */

     fclose(stdin);
     fclose(stdout);
return 0;
}

posted on 2010-03-25 18:04  草头菜  阅读(149)  评论(0编辑  收藏  举报

导航