3 solutions

  • 1
    @ 2025-7-4 16:28:51
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        float t;
        double r;
        cout<<sizeof t<<' '<<sizeof r<<endl;
        return 0;
    }
    

    Information

    ID
    850
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    142
    Accepted
    72
    Uploaded By