#include <stdio.h>

main()
{
  printf("%d\n", sizeof(short));
  printf("%d\n", sizeof(int));
}
