Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
38279 申东铉 【S】T1 C++ Compile Error 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; }


Judgement Protocol: