fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. char text[100];
  6. cin >> noskipws >> text;
  7. cout << text;
  8. cin >> noskipws >> text;
  9. cout << text;
  10. return 0;
  11. }
Success #stdin #stdout 0s 5280KB
stdin
fsdfsdf fsfsdf
stdout
fsdfsdf