#include main() { printf("%zu %zu\n", sizeof(char), sizeof 'a'); return 0; }