#include <stdio.h>

      struct X { int a; char b; int c; };

      int main(void)
      {
          printf("%zun", sizeo...