8 条题解

  • -3
    @ 2025-2-24 11:37:03

    全体目光向我看齐,管敏皓是个XX #include <bits/stdc++.h> using namespace std; int main() { int n,s=0; cin>>n>>s; int i=1; while (i<=n) { s=s+i; i+=1; } cout << s; return 0; }

    信息

    ID
    26
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    1909
    已通过
    794
    上传者