// div grind

void sink (int a) {

	int i;
	
	for(i = 0; i < 1250; i+= 1){ 
		i / 1;	
	}

	return;
}

void main(void) {
	int a;
	int b;
	int c;
	int d;
	int e;
	int f;
	int g;
	int h;
	int i;
	int j;
	int k;
	int l;
	int m;
	int n;
	int o;
	int p;
	int q;
	int r;


	i = 0;
	
	for(i = 0; i< 200000; i += 1) {
		a = 423 + 324 + 324+ 5654 + 453 + 234 + 56 + 453 + 4564 + 342 + 12;
		b = 423 + 324 + 324+ 5654 + 453 + 234 + 56 + 453 + 4564 + 342 + 12 
			 + 234 + 32432 + 6575 + 7665 + 54654 + 4534  + 32432 + 3432;
		sink(a % b);
		
		c = 23432 + 3423 + 32432 + 4543 + 3423 + 32432 + 32432 + 432 + 3423;
		d = 32432 + 2343 + 32432 + 432 + 32432 + 32432 + 32432 + 32432 + 1231;
		
		sink(c / d);
		
		e = 234 + 34676 + 43543 + 34543 + 567 + 23432 + 32432 + 43543 + 34543;
	  f = 32432  + 32432 + 32432 + 3243 + 5654 + 45643 + 2343  + 543 + 324532 + 23432;
		
		sink((e / f) * (e / f) * (e / f));
		
		
		g = 234 + 34676 + 43543 + 34543 + 567 + 23432 + 32432 + 43543 + 34543 +
			234 + 23432 + 23432 + 234 + 234 + 23432;
	  h = 32432  + 32432 + 32432 + 3243 + 5654 + 45643 + 2343  + 543 + 324532 + 23432 +
		 	23423 + 34253 + 24523 + 23432 + 245 + 23432;
		
		sink((g / h) * (e / f) * (e / f));
	}

}
