fork download
  1. #include <bits/stdc++.h>
  2. #define int long long
  3. #define ll long long
  4. #define fi first
  5. #define se second
  6. #define memfull(a,b) memset(a,b,sizeof(a))
  7. #define endl '\n'
  8. using namespace std;
  9. int32_t main()
  10. {
  11. ios_base::sync_with_stdio(0);
  12. cin.tie(0);
  13. cout.tie(0);
  14. freopen("TEST.INP","r",stdin);
  15. freopen("TEST.OUT","w",stdout);
  16.  
  17. return 0;
  18. }
  19.  
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
Standard output is empty