比赛 | 20190908之惊鸿 | 评测结果 | AAAAAAAAAAAAAAAAAAAA |
---|---|---|---|
题目名称 | 小凯的疑惑 | 最终得分 | 100 |
用户昵称 | Harry Potter | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2019-09-18 21:22:19 | ||
#include <iostream> #include <cstdio> #include <iomanip> #include <cmath> using namespace std; int h2864() { freopen("2017math.in","r",stdin); freopen("2017math.out","w",stdout); long long int a,b; cin>>a>>b; cout<<a*b-a-b; return 0; } int huhu=h2864(); int main(){;}