#include <stdio.h>
int b;
int main(void) {
	// your code goes here
printf("%d",b);
	return 0;
}
