T=int(input()) for i in range(T): N,M,K=map(int,input().split()) print(K%M if K%M