2 条题解

  • 0
    @ 2026-1-28 16:32:36

    #include<bits/stdc++.h> using namespace std; int main() { for(int i=7;i<=10000;i+=7) { cout << i << " " ; } return 0; }

    信息

    ID
    54
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    263
    已通过
    92
    上传者