#include #include #define SZ 20 int k; main() { int i,j,m ,F; int e[3],a[SZ][SZ],t[SZ][SZ],x[3],n; printf("This program is for 2 line and maximum 20 station at each line.\n"); printf("Enter number of station \n"); scanf("%d",&n); printf("Enter the entry value for line 1 and line2\n"); scanf("%d%d",&e[1],&e[2]); printf("Enter the assembly time for %d stations each of line1 and then of line2 \n",n); for(i=1;i<=2;i++) { for(j=1;j<=n;j++) scanf("%d",&a[i][j]); } printf("Enter the %d transfer time for %d stations each for line1 and then of line2 \n",n-1,n); for(i=1;i<=2;i++) { for(j=1;j=2;j--) { m=l[L][j]; printf(" line %d,station %d\n",m,j-(n-1)); } getch(); return 0; }