// 読み込んだ内容を表示 
for ( int i=0; i<n; i++ ) { 
	println ( x [ i ], y [ i ] );
}