Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
81663 季洁 circle C++ 解答错误 6 0 MS 268 KB 174 2023-08-09 17:56:25

Tests(2/34):


#include<bits/stdc++.h> using namespace std; int main(){ int t,n; cin>>t>>n; if(t==1) cout<<n*(n-1)/2; if(t==2) cout<<1; if(t==3) cout<<pow(2,n-1); return 0; }


测评信息: