#include <stdio.h>
typedef struct test{
   struct test* t;
} test;
 int main(){
    return 0;
 }
