#include <stdio.h>

int main() {
  int a=2;
  int b=9;
}
printf(a=b);
return 0;
}