#include <stdio.h>

int
main (void)
{
  printf ("El valor de NUM es %d\n", 2+2);
  return 0;
}
