lkyLKY(祝忘羡99版) • 2个月前
int main() {
int n; scanf("%d", &n); int max = (n * n + n + 2) / 2; printf("%d\n", max); return 0;
}
评论:
请先登录,才能进行评论