2 solutions
- 1
Information
- ID
- 1776
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 10
- Tags
- # Submissions
- 4
- Accepted
- 2
- Uploaded By
#include<bits/stdc++.h>
using namespace std;
int main()
{
/*for(int i=1;i<=3;i++)
for(int ii=1;ii<=3;ii++)
for(int iii=1;iii<=3;iii++)
if(i!=ii&&ii!=iii&&i!=iii)
cout<<i<<ii<<iii<<endl;*/
cout<<"123\n132\n213\n231\n312\n321\n";
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.