#include <stdio.h>

int main() {
  int x[3]={1,2,3,4};
  return 0;
}
