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
|
462 Discussions
|
Please Login in order to post a comment
A lot of code but works. This will fail (Result "C") if use the next iput, but the tests of hackerrank do not have this kind of test, I do not know if it is because "valid nesting" condition.
tag2.tag3~c
include
include
include
include
include
include
using namespace std;
int main() { int n, q; cin >> n >> q; cin.ignore();
}
include
include
include
include
include
using namespace std;
int main() { int n, q; cin >> n >> q; cin.ignore();
}
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.