#include <stdio.h> 

int main(void) { 
  printf("%d\n", sizeof('s')); 
  return 0; 
} 