| 记录编号 | 425975 | 评测结果 | AAAAAAAAAA | ||
|---|---|---|---|---|---|
| 题目名称 | 2741.[济南集训 2017] 掰巧克力 | 最终得分 | 100 | ||
| 用户昵称 | 是否通过 | 通过 | |||
| 代码语言 | C++ | 运行时间 | 0.000 s | ||
| 提交时间 | 2017-07-16 13:18:18 | 内存使用 | 0.00 MiB | ||
#include<cstdio>
#include<iostream>
#define syy myson
using namespace std;
long long n,m,ans;
int Main()
{
freopen("bpmp.in","r",stdin);freopen("bpmp.out","w",stdout);
cin>>n>>m;
ans=(n*m)%998244353-1;
cout<<ans;
return 0;
}
int main(){;}
int syy=Main();