Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
116697 陈家宝 区域划分问题 C++ 通过 100 0 MS 244 KB 197 2023-12-18 13:28:51

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; }


测评信息: