| 记录编号 | 202482 | 评测结果 | WWWWWWWWWW | ||
|---|---|---|---|---|---|
| 题目名称 | 2080.[SYOI 2015] Asm_Def排兵布阵 | 最终得分 | 0 | ||
| 用户昵称 | 是否通过 | 未通过 | |||
| 代码语言 | C++ | 运行时间 | 0.006 s | ||
| 提交时间 | 2015-11-01 12:07:00 | 内存使用 | 1.08 MiB | ||
#include<iostream>
#include<cstdio>
#include<cstdlib>
#include<queue>
#include<algorithm>
#include<cmath>
#include<vector>
#include<cstring>
using namespace std;
int k,num[100005],last[100005];
long long sum,ans,kk,ssum;
int main()
{
freopen("asm_formation.in","r",stdin);
freopen("asm_formation.out","w",stdout);
cout<<"3"<<endl;
}