M has a fraction ab that a<b, M is alone so he needs a sequence of fractions of length l that satisfy following conditions:
Input
The only input line contains three integers a,b,l separated by space.
1≤a,b≤108
1≤l≤103
Output
The ouput should contains l lines that each line contains pi,qi separated by space, the fraction sequence which satisfy conditions, it there are multiple sequences print any of them.
12×23=13