Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
38279 申东铉 【S】T1 C++ 编译错误 0 0 MS 0 KB 210 2025-10-01 13:45:15

Tests(0/0):


#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; }


测评信息: