Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83907 sh25_xuws 其他数据类型存储空间大小 C++ 通过 0 MS 232 KB 142 2026-02-04 01:12:03

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { bool b; char c; cout<<sizeof(b)<<" "<<sizeof(c); return 0; }


测评信息: