#include using namespace std; int main() { int t; cin>>t; while(t--) { int a,b,c,p; cin>>a>>b>>c; p=c-(a+b); if(p>0) { cout<