//#include #include using namespace std; int main( int argc, char *argv[] ) { // 出力 cout << "42" << endl; return 0; }