#include <stdio.h>

struct rect {int w; int h;} r , *rp = r;

int main(void) {
	 
	return 0;
}