记录编号 511745 评测结果 AAAAAAAAAAAAAAAAAAAA
题目名称 [NOIP 2017]小凯的疑惑 最终得分 100
用户昵称 Gravatar琴暮_奎尔希亚_艾德费尔特 是否通过 通过
代码语言 C++ 运行时间 0.002 s
提交时间 2018-09-28 16:53:01 内存使用 0.31 MiB
显示代码纯文本
#include <fstream>
using namespace std;
ifstream in("2017math.in");
ofstream out("2017math.out");

typedef long long LL;
LL a,b;

int aneri()
{
	in>>a>>b;
	out<<(a*b-a-b);
}
int h=aneri();
int main(){;
}