| 比赛 | 20111012 | 评测结果 | C |
|---|---|---|---|
| 题目名称 | 配药惊魂 | 最终得分 | 0 |
| 用户昵称 | hello! | 运行时间 | 0.000 s |
| 代码语言 | C++ | 内存使用 | 0.00 MiB |
| 提交时间 | 2011-10-12 21:40:25 | ||
#include<fstream>
using namespace std;
ifstream infor("house.in");
ofstream outfor("house.out");
int main()
{
int a,b,c;
int ss[1000];
int qq[100][100];
infor>>a>>b>>c;
for(int i=1;i<=b;i++)
{
infor>>ss[i];
infor>>qq[i][1]>>qq[i][2];
}
fout<<'24.5'<<endl;
return 0;
}