My issue
bits
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
bits
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << 12 ;
return 0;
}
Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone