You are given a sorted list A of size N. You have to make a new list B such that B[i] is equal to th

My issue

My code

#include <bits/stdc++.h>
using namespace std;

int main() {
  
  cout << 12 ;
  
  return 0;
}

Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone