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