#include <math.h>

int main(void)
{
	printf("%f\n", cos(0));
	return 0;
}
