#include <string>
using namespace std;

int arrampicate(int N, string S){
    return 42;
}
