Help me in solving PYTH02 problem

My issue

My code

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

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

Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone