Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
38280 申东铉 【S】T1 C++ 通过 100 0 MS 256 KB 210 2025-10-01 13:45:29

Tests(10/10):


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


测评信息: