1 solutions

  • 0
    @ 2026-1-9 23:19:46

    #include <bits/stdc++.h> using namespace std;

    int main() { int a; short b; cout << sizeof(a) << " " << sizeof(b); return 0; }

    • 1

    Information

    ID
    554
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    3
    Tags
    # Submissions
    142
    Accepted
    81
    Uploaded By