Computer Programming Contest Preparation

ToolBox - Source for: 4/424/test.bash



/home/toolbox/public_html/solutions/4/424/test.bash
    1 #!/bin/bash
    2 
    3 for i in a b c d e f g h i j k l xx xxx n
    4  do 
    5     echo $i
    6     java a424 < $i.in
    7     ./c < $i.in  
    8  done