1 solutions

  • -1
    @ 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
    5
    Tags
    # Submissions
    71
    Accepted
    30
    Uploaded By