1 条题解

  • 0
    @ 2025-1-31 11:21:59
    #include <bits/stdc++.h>
    using namespace std;
    	bool bo; 
    	char sh;
    	int main(){
    	cout<<sizeof(bo)<<" "<<sizeof(sh);
    	return 0;
    }
    
    • 1

    信息

    ID
    19
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    78
    已通过
    58
    上传者