#include using namespace std; #define int long long signed main(){ int A,B; cin>>A>>B; for(int i=A;i<=B;i++){ set s; string t = to_string(i); for(int j=0;j