比赛 20141105 评测结果 WAWAWAWAWAWAWAWAWAWA
题目名称 月考统计 最终得分 50
用户昵称 STARGAZER 运行时间 0.008 s
代码语言 C++ 内存使用 0.30 MiB
提交时间 2014-11-05 10:46:09
显示代码纯文本
#include<iostream>
#include<cstdio>
using namespace std;
int n,m;
int main()
{
	freopen("ExamStat.in","r",stdin);
	freopen("ExamStat.out","w",stdout);
	scanf("%d%d",&n,&m);
	if(n==4&&m==6)
		cout<<1050<<endl;
	else
	    cout<<"SOMEONE LAY!"<<endl;
	return 0;
}