5 条题解

  • 1
    #include<iostream>
    int main()
    {
        bool ok;
        char ch;
        std::cout<<1<<' '<<1;
        return 0;}
    ///长点脑子对的代码还恶意差评呢2025.10首发
    
  • 1

    #include<iostream>
    #include<iomanip>
    #include<cmath>
    using namespace std;
    int main( )
    {
    bool n;
    char v;
    cout<<"1"<<" 1"<<endl;

    return 0;
    }

  • 0

    #include<iostream>
    #include<iomanip>
    #include<cmath>
    using namespace std;
    int main( )
    {
    bool a;
    char b;
    cout<<"1"<<" 1"<<endl;

    return 0;
    }

  • -1

    #include<iostream>
    using namespace std;
    int main(){
    bool n;
    char k;
    cout<<sizeof(n)<<' '<<sizeof(k);
    return 0;
    }

  • -2
    #include<iostream>
    #include<iomanip>
    #include<cmath>
    using namespace std;
    int main( )
    {
        bool n;
        char v;
        cout<<"1"<<" 1"<<endl;
    
        return 0;
    }
    
  • 1

1.2.3:其他基本数据类型存储空间大小

信息

ID
2302
难度
1
分类
(无)
标签
递交数
130
已通过
112
通过率
86%
被复制
2
上传者