
struct ho {
int x;
int y;
}

int main(){

struct ho ahoo;
	return -1;

}
