Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
38281 23级徐泽厚 【S】T1 C++ 通过 100 0 MS 264 KB 257 2025-10-01 13:52:53

Tests(10/10):


#include <bits/stdc++.h> #define int long long using namespace std; const int MOD=998244353; int n,m,op; signed main(){ ios::sync_with_stdio(0); cin.tie(0);cout.tie(0); cin>>n>>m>>op; cout<<(n*m-1)%MOD<<"\n"; return 0; }


测评信息: