We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Two issues with this hackerrank problem, the problem statement is not having a proper start heading, so its confusing! Second, it is not even mentioned that if the candidate decides to use setprecision, they will have to add a header as well #include. So #hackerrank team, please look inot it!
Here is the solution for the problem in c++
include
include
include
using namespace std;
int main() {
int a;
long b ;
char c ;
float d ;
double e ;
Basic Data Types
You are viewing a single comment's thread. Return to all comments →
Two issues with this hackerrank problem, the problem statement is not having a proper start heading, so its confusing! Second, it is not even mentioned that if the candidate decides to use setprecision, they will have to add a header as well #include. So #hackerrank team, please look inot it!
Here is the solution for the problem in c++
include
include
include
using namespace std;
int main() { int a; long b ; char c ; float d ; double e ;
}