#include static long long ll; int main(void) { printf ("+++Long long size:\n"); printf ("%d\n", sizeof (ll)); return 0; }