#include <bits/stdc++.h> using namespace std; bool check(int x ,int y ,int z){ string s= to_string(x) + to_string(y) + to_string(z); if(s.size()!=9) { &nb...