1 条题解

  • 0
    @ 2023-8-5 14:20:33

    #include<iostream> using namespace std; int main(){ int n; cin>>n; for(int i=1;i<=n;i+=3) { cout<<i<<endl; } return 0; }

    • 1

    【入门】输出满足条件的整数3

    信息

    ID
    1215
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    递交数
    7
    已通过
    4
    上传者