1 solutions

  • 0
    @ 2025-5-9 17:06:09
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
      cout<<"000"<<endl;
      cout<<"001"<<endl;
      cout<<"010"<<endl;
      cout<<"011"<<endl;
      cout<<"100"<<endl;
      cout<<"101"<<endl;
      cout<<"110"<<endl;
      cout<<"111"<<endl;
      return 0;
    }
    
    • 1

    Information

    ID
    1291
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    8
    Tags
    # Submissions
    13
    Accepted
    7
    Uploaded By