Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
7079 李成蹊 整型数据类型存储空间大小 C++ 通过 0 MS 236 KB 154 2023-01-31 14:59:47

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { int a=18376; short b=88; cout<<sizeof(int)<<" "<<sizeof(short)<<endl; return 0; }


测评信息: