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.
It is not clear why there are such #include in the head preprocessor section. In my opinion, code template needs to be fixed to 2 #include dirrectives: string and iostream.
Here is Structs problem solution in c++ - https://programmingoneonone.com/hackerrank-structs-solution-in-cpp.html
It is not clear why there are such #include in the head preprocessor section. In my opinion, code template needs to be fixed to 2 #include dirrectives: string and iostream.
struct Student{ int age; string first_name; string last_name; int standard; };
My C++ code 😎😁