| 记录编号 | 475358 | 评测结果 | AAAAAAAAAAAAAAAAAAAA | ||
|---|---|---|---|---|---|
| 题目名称 | 2864.[NOIP 2017]小凯的疑惑 | 最终得分 | 100 | ||
| 用户昵称 | 是否通过 | 通过 | |||
| 代码语言 | 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("math.in","r",stdin);
freopen("math.out","w",stdout);
cin>>a>>b;
cout<<a*b-a-b;
return 0;
}
int zzf=dalao();
int main(){;}