struct ho {
int x;
int y;
}

int main(){

struct ho ahoo;
ahoo.x;
return -1;

}