Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
104810 一只野生穹p 区域划分问题 C++ 解答错误 20 0 MS 252 KB 216 2023-10-04 09:49:17

Tests(1/5):


#include <iostream> #include <algorithm> #include <cstdio> #include <cmath> using namespace std; int n, p; int main() { scanf("%d %d", &n, &p); printf("%lld", 2 * n + (n - p) * (p - 1)); return 0; }


测评信息: