#include <stdio.h>

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