int main(int argc, char** argv) 
{
	int i;
	for (i = 0; i < 500000000; i++);
	return 0;
}