Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
41736 stevenyu 【S】T1 C++ 通过 100 0 MS 252 KB 191 2026-05-29 18:15:28

Tests(10/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))%mod; return 0; }


测评信息: