| 记录编号 | 526764 | 评测结果 | AAAAAAAAAA | ||
|---|---|---|---|---|---|
| 题目名称 | 2741.[济南集训 2017] 掰巧克力 | 最终得分 | 100 | ||
| 用户昵称 | 是否通过 | 通过 | |||
| 代码语言 | C++ | 运行时间 | 0.000 s | ||
| 提交时间 | 2019-01-30 21:29:15 | 内存使用 | 0.00 MiB | ||
#include<iostream>
#include<cstdio>
using namespace std;
int LINYIN()
{
freopen("bpmp.in","r",stdin);
freopen("bpmp.out","w",stdout);
long long int a,b;
scanf("%lld%lld",&a,&b);
printf("%lld",a*b%998244353-1);
return 0;
}
int mss=LINYIN();
int main()
{
;
}