import php

if php._GET['id'] > 0:
	
	print php._GET['id']

else:
	
	print php._GET['id']

