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