class Faculty {

  int a;
  m (int x) {
   return a+x;
  }
}