fork download
  1. //Cheswart
  2. #include<bits/stdc++.h>
  3. #define ll long long
  4. #define MAXN 1000006
  5. #define maxn 100005
  6. #define f0(i, n) for (int i = 0; i < n; i++)
  7. #define f1(i, n) for (int i = 1; i <= n; i++)
  8. #define fopenn(file) if(fopen(file".inp", "r")) { freopen(file".inp", "r", stdin); freopen(file".out", "w", stdout); }
  9. #define io ios_base::sync_with_stdio(false); cin.tie(nullptr);
  10. using namespace std;
  11. int main(){
  12. io;
  13. //fopenn("namefile");
  14.  
  15.  
  16.  
  17. return 0;
  18. }
  19.  
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
Standard output is empty