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;
    }
    
    • 0
      @ 2025-7-7 13:28:04
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
          float t;
          double r;
          cout<<sizeof t<<' '<<sizeof r<<endl;
          return 0;
      }
      
      • -2
        @ 2024-10-19 15:21:42

        #include<bits/stdc++.h> using namespace std; int main() { float t; double r; cout<<sizeof t<<' '<<sizeof r<<endl; return 0; }

        • 1

        Information

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