I have the following tests below in a file and I want to run these tests but i do not want to type all of them and neither change my code which is using scanf to fscanf to read from a file, is it possible using CodeBlocks?
Sample Input
2
3
a b c A B C
a:BAC
b:BAC
c:ACB
A:acb
B:bac
C:cab
3
a b c A B C
a:ABC
b:ABC
c:BCA
A:bac
B:acb
C:abc