Description给定a,b,c,求满足方程Ax+By<=C的非负整数解 A,B<=10^9.C<=Min(A,B)*10^9InputOutputSample Input3 4 13 Sample Output12 HintSource