- The first line of the input contains three space seperated integers: M, the number of machines, J, the number of jobs and the time limit T.
- There exists M lines following the first line, each line has J space seperated integers representing the processing times for each job on that machine
- For eg, the second line will contain J space seperated integers representing the processing times for each job on the first machine.
- The third line will contain J space seperated integers representing the processing times for each job on the second machine and so on.