t=gets.to_i t.times{ n,m,k=gets.split(" ").map{|e| e.to_i} k2=k%m if n<=m-k2-1 then puts k2 else puts 0 end }