#include <iostream>

int main() {
  std::cout<<__func__<<std::endl;
  return 0;
}