比赛 | “Asm.Def战记之拉格朗日点”杯 | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | Asm.Def的打击序列 | 最终得分 | 0 |
用户昵称 | TZJerry | 运行时间 | 0.021 s |
代码语言 | C++ | 内存使用 | 0.28 MiB |
提交时间 | 2015-11-04 11:36:26 | ||
#include<iostream> #include<cstring> #include<cstdio> #include<iomanip> #include<algorithm> #include<cmath> #include<ctime> using namespace std; int beifennum; int main() { srand((int)time(NULL)); freopen("asm_lis.in","r",stdin); freopen("asm_lis.out","w",stdout); cout<<rand()<<endl; return 0; }