#include <iostream> using namespace std; int main () { String a; cin>>a; //takes b and stores it into a variable cout<<a; //should output b }