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
It’s a Python course so the code should be in Python.
print(12)