#include using namespace std; int main(){ int n,a,b,c; cin>>n; while(n--){ cin>>a>>b>>c; cout<