1 solutions

  • 0
    @ 2025-12-6 15:23:28

    AC记录 此题十分简单 运用了简单输出 代码

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

    Information

    ID
    1
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    9
    Tags
    (None)
    # Submissions
    8
    Accepted
    7
    Uploaded By