#include <stdio.h>
int main() {
	int numero;
	scanf("%d",&numero);
if (numero>0) {
	printf("%d",numero);
	}
	else {
	}
return 0;
}