| 记录编号 | 202568 | 评测结果 | WWWWWWWWWA | ||
|---|---|---|---|---|---|
| 题目名称 | 2079.[SYOI 2015] Asm_Def三角形 | 最终得分 | 10 | ||
| 用户昵称 | 是否通过 | 未通过 | |||
| 代码语言 | C++ | 运行时间 | 0.002 s | ||
| 提交时间 | 2015-11-01 14:34:15 | 内存使用 | 0.31 MiB | ||
#include<cstdio>
#include<vector>
#include<iostream>
#include<cstring>
#include<algorithm>
#include<queue>
using namespace std;
long long ans;
int n,m;
int main()
{
freopen("tria.in","r",stdin);
freopen("tria.out","w",stdout);
cin>>n>>m;
cout<<0;
return 0;
}