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
- StringStream
- Discussions
StringStream
StringStream
Sort by
recency
|
545 Discussions
|
Please Login in order to post a comment
using namespace std;
int main() { string s; getline(cin,s); for(int i = 0; i
int main() { string val; cin>>val; int a=val.size(); for(int i{0};i
}