Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
6704 luchenyuan 其他数据类型存储空间大小 C++ Compile Error 0 MS 0 KB 127 2023-01-29 09:29:45

Tests(0/0):


#include<iostream> using namespace std; int main() { bool a; char b; cout << sizeOf(a) << " " << sizeOf(b); }


Judgement Protocol: