C++程序  |  8行  |  49 B


void f1(void)
{
	int i = 69;
	i = i;
	return;
}