Help me in solving CPPFALL164 problem

My issue

help me in solving this

My code

#include <iostream>
using namespace std;

int main() {
	// your code goes here
    int k, x;
    cin >> k >> x;
    cout<<x<<'\n';
	
}

Learning course: Learn Programming and Problem Solving using C++
Problem Link: https://www.codechef.com/learn/course/sit-cpp-fall/SITFALL28/problems/CPPFALL164