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
|
459 Discussions
|
Please Login in order to post a comment
include
include
include
include
include
include
include
using namespace std;
int main() { int n , q ; map mp; std::deque stack; cin >> n >> q;
}
I'm developing a web application and need assistance integrating a Python loop into my current code. The aim is to generate a dynamic sequence of numbers with specified start, stop, and step values and display them live on the website. If you have experience with similar implementations, your guidance would be greatly appreciated.
memory management could be improved but this solution works
void insert_val(string &att, string &val, unordered_map &attr, vector &tags){
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
}
Just completed the task and from the feedback I realised it was a string challenge. I fixed it with regex :)