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.
- Prepare
- C++
- Strings
- Attribute Parser
- Discussions
Attribute Parser
Attribute Parser
Sort by
recency
|
481 Discussions
|
Please Login in order to post a comment
This solutions makes use of Composite to fully show the hierachy of the tags.
Probably no the best solution, but it works:
include
include
include
include
include
using namespace std;
int main() { int n, q; cin >> n >> q; cin.ignore();
}
Here is Attribute Parser solution in c++ - https://programmingoneonone.com/hackerrank-attribute-parser-solution-in-cpp.html