#include int main() { printf("char: %d\n", sizeof(char)); return 0; }