考前自测

#include<bits/stdc++.h>
using namespace  std;
int main()
{
    freopen("1.in","r",stdin);
    freopen("1.out","w",stdout);
    return 0;
}
//NOI linux 代码运行: g++ 1.cpp -o 1
//                     ./1.cpp

 

posted @ 2022-10-28 17:49  王浩泽  阅读(18)  评论(0编辑  收藏  举报