#include <stdio.h>

int main()
{
      int i = 0;
      for(struct st{ int a{9}; }t;i<3;i++)
            printf("%d\n", t.a);
}