5 条题解

  • 4
    @ 2024-3-3 10:26:52
    #include<iostream>
    using namespace std;
    int main(){ 
    	int a;
    	short b;
    	cout<<sizeof(a)<<" "<<sizeof(b);
    	return 0;
    }
    

    信息

    ID
    1181
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    (无)
    递交数
    346
    已通过
    207
    上传者