记录编号 475358 评测结果 AAAAAAAAAAAAAAAAAAAA
题目名称 [NOIP 2017]小凯的疑惑 最终得分 100
用户昵称 Gravatar实力演员阵容 是否通过 通过
代码语言 C++ 运行时间 0.045 s
提交时间 2017-11-15 13:56:20 内存使用 0.00 MiB
显示代码纯文本
#include<iostream>
#include<cstdio>
using namespace std;
long long a,b;
int dalao(){
	freopen("2017math.in","r",stdin);
	freopen("2017math.out","w",stdout);
	cin>>a>>b;
	cout<<a*b-a-b;
	return 0;
}
int zzf=dalao();
int main(){;}