#include <stdio.h>

int main(void) {
  int i;
  int n;
  scanf("%d", &n);
  const int d = n;
  return 0;
}