fork download
  1. #include <bits/stdc++.h>
  2.  
  3. using namespace std;
  4. int main() {
  5. string s;
  6. cin>>s;
  7. cout<<s<<endl;
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout