Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
143770 陈家宝 区域划分问题 C++ 通过 100 0 MS 240 KB 188 2024-04-18 13:40:53

Tests(5/5):


#include<bits/stdc++.h> using namespace std; int main(){ int n,p,a[10000],s; cin>>n>>p; p>=12; n<=500; s=2*p; for(int i=p+1;i<=n;i++)s=s+i; cout<<s; return 0; }


测评信息: