Information
- ID
- 1291
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 8
- Tags
- # Submissions
- 13
- Accepted
- 7
- Uploaded By
#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;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.