Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
41730 pljplj 【S】T1 C++ 运行出错 0 0 MS 252 KB 270 2026-05-29 18:13:18

Tests(0/10):


#include <bits/stdc++.h> using namespace std; #define int long long signed main() { freopen("donimoes.in", "r", stdin); freopen("donimoes.out", "w", stdout); int n; cin >> n; cout << ((((n-1)%998244353)*((n-2)%998244353))%998244353) << endl; return 0; }


测评信息: