#include #include using namespace std; int main() { int n; cin>>n; while(n--) { string a,b; int x; cin>>a>>b>>x; if(x==1) cout<