#include <stdio.h>
main()
{
	int i=100;
	int j=200;
	printf("%d\n",i);
	printf("%d\n",j);
}