#include<iostream> #include<math.h> using namespace std;
main() { int N, a,b,c; cin>>N; for(int i=0; i<N; i++) { cin>>a>>b>>c;
}