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
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << 12 ;
return 0;
}
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
You are solving python problem but you wrote program in c++.
to get output just print(12).