Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
41735 stevenyu 【S】T1 C++ 解答错误 90 0 MS 248 KB 181 2026-05-29 18:15:02

Tests(9/10):


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


测评信息: