| 记录编号 | 511745 | 评测结果 | AAAAAAAAAAAAAAAAAAAA | ||
|---|---|---|---|---|---|
| 题目名称 | 2864.[NOIP 2017]小凯的疑惑 | 最终得分 | 100 | ||
| 用户昵称 | 是否通过 | 通过 | |||
| 代码语言 | C++ | 运行时间 | 0.002 s | ||
| 提交时间 | 2018-09-28 16:53:01 | 内存使用 | 0.31 MiB | ||
#include <fstream>
using namespace std;
ifstream in("math.in");
ofstream out("math.out");
typedef long long LL;
LL a,b;
int aneri()
{
in>>a>>b;
out<<(a*b-a-b);
}
int h=aneri();
int main(){;
}