// editor1
#include<stdio.h>
int main()
{
   int 9*9;
   printf(" No solution")
   printf(" Invalid input");
   return 0;
}