fork download
  1. #include <bits/stdc++.h>
  2. #define int long long
  3. #define endl '\n'
  4. #define MASK(n) (1 << n)
  5. #define pp pair<int,pair<int,int>>
  6. #define MaiHan "TASK"
  7.  
  8. using namespace std;
  9.  
  10. signed main(){
  11. ios_base::sync_with_stdio(false);
  12. cin.tie(0); cout.tie(0);
  13. if (fopen(MaiHan".INP", "r")){
  14. freopen(MaiHan".INP", "r", stdin);
  15. freopen(MaiHan".OUT", "w", stdout);
  16. }
  17.  
  18.  
  19. return 0;
  20. }
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
Standard output is empty