1 条题解

  • 0
    @ 2025-8-29 12:22:28

    #include<bits/stdc++.h> using namespace std; int main() { int o,p; scanf("%d",&o); for(int p=0;p<o;o--){ printf("%d\n",o); } return 0; }

    • 1

    信息

    ID
    33
    时间
    1000ms
    内存
    256MiB
    难度
    4
    标签
    递交数
    58
    已通过
    28
    上传者