记录编号 | 570399 | 评测结果 | AAAAAAAAAAAAAAAAAAAA | ||
---|---|---|---|---|---|
题目名称 | [NOIP 2017]小凯的疑惑 | 最终得分 | 100 | ||
用户昵称 | 铑小子 | 是否通过 | 通过 | ||
代码语言 | C++ | 运行时间 | 0.000 s | ||
提交时间 | 2022-03-29 18:56:36 | 内存使用 | 0.00 MiB | ||
#include<iostream> #include<cstdio> using namespace std; int main() { freopen("2017math.in","r",stdin); freopen("2017math.out","w",stdout); long long int a,b; cin>>a>>b; cout<<a*b-a-b; }