/** Which of the favors of your Lord will you deny ? **/
#include<bits/stdc++.h> usingnamespace std;
#define LL long long #define PII pair<int,int> #define PLI pair<LL,int> #define LPII pair<LL, pair<int,int> > #define MP make_pair #define F first #define S second #define LINF LLONG_MAX
#define EPS 1e-11
intmain() { int tc; scanf("%d",&tc);
//freopen("LightOj1056.txt","w",stdout);
for(int i=1;i<=tc;i++) { int x,y; char ch; cin>>x>>ch>>y;