1 条题解

  • 1
    @ 2024-11-13 13:01:35

    死人都会,建议小白尝试: C++(14)解法:

    #include<bits/stdc++.h>
    using namespace std;
    
    int main(){
        cout<<2<<endl<<4<<endl<<7<<endl<<9;
        return 0;
    }
    

    Python(3)解法:

    print(2)
    print(4)
    print(7)
    print(9)
    

    包过的

    • 1

    信息

    ID
    281
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    21
    已通过
    13
    上传者