记录编号 49156 评测结果
题目名称 小树 最终得分 26
用户昵称 Gravatar苏轼 是否通过 未通过
代码语言 C++ 运行时间 0.002 s
提交时间 2012-11-07 13:30:34 内存使用 3.28 MiB
显示代码纯文本
  1. #include <fstream>
  2. using namespace std;
  3. ifstream cin("treec.in");
  4. ofstream cout("treec.out");
  5. int main()
  6. {
  7. cout<<"0.00"<<endl<<"2.00"<<endl<<"2.00"<<endl;
  8. return 0;
  9. }