Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
77603 sh25_wuyy 分苹果 C++ 通过 0 MS 244 KB 232 2025-12-26 14:32:12

Tests(1/1):


#include <bits/stdc++.h> using namespace std; int main() { int n, num = 0; cin >> n; int max = -10000000; int min = 10000000; for (int i = 1; i <= n; i++) { num += i; } cout<<num; }


测评信息: