#include <math.h>
int main(void)
{
  return (int)sin(0);
}