Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
39536 lihaocheng 整型数据类型存储空间大小 C++ 通过 0 MS 240 KB 156 2024-02-02 20:18:27

Tests(1/1):


#include <iostream> using namespace std; int main(){ int a; short b; cout << sizeof(a) << " " << sizeof(b) << endl; return 0; }


测评信息: