比赛 20131130 评测结果 WWWWWWWWWW
题目名称 提高速度 最终得分 0
用户昵称 liuliuliu 运行时间 0.001 s
代码语言 C++ 内存使用 0.51 MiB
提交时间 2015-09-19 21:23:00
显示代码纯文本
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <algorithm>
using  namespace std;

struct node
{
	int p,f,m;
	double x;
};
node a[10000+1];
int fx,mx,n;
bool comp(node i,node j);
int main()
{
	freopen("sboost.in","r",stdin);
	freopen("sboost.out","w",stdout);
cout<<3<<' '<<4<<' '<<5<<endl;

return 0;
}