Skip to content

Instantly share code, notes, and snippets.

By using rcn.io, you signify your agreement to these terms of use. If you do not agree to these terms of use, please do not use rcn.io. We reserve the right, at our discretion, to change, modify, add, or remove portions of these terms at any time. Please check these terms periodically for changes. Your continued use of rcn.io following the posting of changes to these terms constitutes your acceptance of those changes.

Basic Terms You must be 13 years or older to use this site. You are responsible for any activity that occurs under your screen name. You are responsible for keeping your password secure. You must not abuse, harass, threaten, impersonate or intimidate other users. You may not use the Twitter.com service for any illegal or unauthorized purpose. International users agree to comply with all local laws regarding online conduct and acceptable content. You are solely responsible for your conduct and any data, text, information, screen names, graphics, photos, profiles, audio and video clips, links (“

The only personal information we collect in this survey is your age, sex and email address. All information you provide is kept in strict confidence and will never be sold or given to a third party for any reason. We collect your email address in order to send you survey results or product release. If there are any questions regarding this privacy policy you may contact us: r@rcn.io

Ver.1 (survey-2.0)

The only personal information we collect in this survey is your age and email address. All information you provide is kept in strict confidence and will never be sold or given to a third party for any reason. Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. We collect your email address in order to send you survey results or product release. We may use the information we collect from you when you respond to a survey or marketing communication in the following ways:

  • To personalize user's experience and to allow us to deliver the type of content and product offerings in which you are most interested.
  • To administer a contest, promotion, survey or other feature.

If at any time you would like to unsubscribe from receiving future emails, you can email us at

@Me4ta
Me4ta / piglatin.cpp
Created November 17, 2015 19:12
Algorithm learning at "Women who code" class
#include<iostream>
#include<string>
using std::cout;
using std::string;
using std::cin;
using std::endl;
string piglatin(string word){