#include <cstdio>

using namespace std;

int main( void ){
    
    printf( "42\n" );
    
    return 0;
}
