1 条题解

  • 0
    @ 2024-11-9 17:15:57
    #include <bits/stdc++.h>
    using namespace std;
    int n; 
    int main()
    {
        cin>>n;
        bitset<32>b(n);//32可换其他 
        cout<<b;
             return 0;
    }
    
    
    • 1

    信息

    ID
    186
    时间
    1000ms
    内存
    64MiB
    难度
    10
    标签
    递交数
    5
    已通过
    4
    上传者