fork download
  1. #include<bits/stdc++.h>
  2. #define int long long
  3. #define endl "\n"
  4. using namespace std;
  5.  
  6. signed main()
  7. {
  8. freopen("bàn phím","r",stdin);
  9. freopen("màn hình","w",stdout);
  10. string s; getline(cin,s); cout<<s; return 0;
  11. }
  12.  
Success #stdin #stdout 0.01s 5300KB
stdin
you are an idiot
stdout
Standard output is empty