t=int(input()) for i in range(t): n,m,k=map(int,input().split()) print(k%m if k%m