#include <stdio.h> int main(void) { printf("int: %d, long: %d", sizeof(int), sizeof(long)); return 0;}
Standard input is empty
int: 4, long: 4