Example #1
0
int main(){
	R = 10.0;
	scanf("%d",&T);
	REP(tt,T){
		tot = 2;
		REP(i,2) c[i].Read();
		P.Read();
		Solve();
		printf("%d\n",tot - 2);
		FOR(i,3,tot) c[i].Out();
	}
Example #2
0
	void Read(){
		o.Read();
		scanf("%lf",&r);
	}