Skip to content

Instantly share code, notes, and snippets.

@PreSoichiSumi
Created April 26, 2016 08:01
Show Gist options
  • Save PreSoichiSumi/1fd71a96311b779b0190689155f187ef to your computer and use it in GitHub Desktop.
Save PreSoichiSumi/1fd71a96311b779b0190689155f187ef to your computer and use it in GitHub Desktop.
#include <iostream>
#include <string>
using namespace std;
int main(){
string str;
cin >> str;
cout << str << "s" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment