1 条题解

  • 1
    @ 2024-11-9 11:54:22
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    bool b;
    char c;
    cout<<sizeof(b)<<" "<<sizeof(c);
    return 0;
    }
    
    • 1

    信息

    ID
    463
    时间
    1000ms
    内存
    128MiB
    难度
    7
    标签
    递交数
    18
    已通过
    10
    上传者