| 比赛 | Asm_Def战记之透明计算网络 | 评测结果 | WWWWWWWWWW |
|---|---|---|---|
| 题目名称 | Asm_Def的模拟赛 | 最终得分 | 0 |
| 用户昵称 | TZJerry | 运行时间 | 0.002 s |
| 代码语言 | C++ | 内存使用 | 0.32 MiB |
| 提交时间 | 2015-11-01 11:50:11 | ||
#include<iomanip>
#include<cstring>
#include<algorithm>
#include<cstdio>
#include<cmath>
#include<iostream>
using namespace std;
int n;
int x[310];
int y[310];
int ans[5];
int sum;
int maxn;
int flag;
int main()
{
freopen("trib.in","r",stdin);
freopen("trib.out","w",stdout);
cout<<4<<endl;
cout<<2<<endl;
return 0;
}