比赛 | 20111012 | 评测结果 | AWWWWWWWWW |
---|---|---|---|
题目名称 | 配药惊魂 | 最终得分 | 10 |
用户昵称 | Yeehok | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2011-10-12 21:59:18 | ||
#include <iostream> #include <cstdio> #include <cstdlib> using namespace std; int main() { freopen("drug.in","r",stdin); freopen("drug.out","w",stdout); cout<<"24.5"<<endl; return 0; }