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++
- STL
- Lower Bound-STL
- Discussions
Lower Bound-STL
Lower Bound-STL
Sort by
recency
|
428 Discussions
|
Please Login in order to post a comment
// cleanest solution IMO
This one worked for me.
int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
int N{0}; cin >> N;
}