#include int main() { int length,secim; printf("Enter the rows"); scanf("%d %d",&secim,&length); if (secim == 1) { if((length-2)%4 == 0 && length !=2) { printf("+"); for(int i = 0; i