5 solutions

  • 1
    @ 2025-7-3 15:29:08
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        int a;
        short b;
        cout<<sizeof a<<" "<<sizeof b<<endl;
        return 0;
    }
    

    Information

    ID
    846
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    153
    Accepted
    78
    Uploaded By