提交时间:2025-10-01 13:45:15
运行 ID: 38279
#include <bits/stdc++.h> #define int long long using namespace std; const int md = 998244353; int n,m,op; signen main () { cin >> n >> m >> op; cout << (m * n - 1) % md << endl; return 0; }