#include <bits/stdc++.h> using namespace std; int main() { string s1,s2; int i,j,k,l,n,m,f; cin>>n; ...
Read More
Home / codeshef
Showing posts with label codeshef. Show all posts
Showing posts with label codeshef. Show all posts
Codeshef CS203 - Can you Reverse Words
#include <bits/stdc++.h> using namespace std; int main() { string s="",str,p,st[100]; getline(cin,str); ...
Read More
Subscribe to:
Posts
(
Atom
)