比赛 20120418x 评测结果 C
题目名称 猴子和香蕉 最终得分 0
用户昵称 日光。 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2012-04-18 17:25:28
显示代码纯文本
#include<fstream>
using namespace std;
int main()
{
	ifstream fin("monkeys.in");
	int t;
	t=-1;
	fout<<t<<endl;
	return 0;
}