比赛 20190908之惊鸿 评测结果 AAAAAAAAAAAAWWWWWWWW
题目名称 小凯的疑惑 最终得分 60
用户昵称 lsc 运行时间 0.009 s
代码语言 C++ 内存使用 13.66 MiB
提交时间 2019-09-13 20:54:41
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main()
{
	freopen("2017math.in","r",stdin);
	freopen("2017math.out","w",stdout);
	int n,m;
	cin>>n>>m;
	cout<<n*m-n-m<<endl; 
	return 0;
}