#include <stdio.h>

int main(void) {
	int x(int());
	return x;
}
