#define rep(i,n) for(int i=0;i<(int)(n);i++) #define ALL(v) v.begin(),v.end() typedef long long ll; #include using namespace std; int main(){ ios::sync_with_stdio(false); std::cin.tie(nullptr); int a,b,c; cin>>a>>b>>c; for(int i=1;i<=a+10*b;i++){ for(int j=0;j<=a;j++){ for(int k=0;k<=b;k++){ if(j==0 && k==0) continue; if(j+10*k