fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. //#define int int64_t
  4. #define IO ios_base::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
  5. #define file(name) if (fopen(name".inp", "r")) { freopen(name".inp", "r", stdin); freopen(name".out", "w", stdout); }
  6.  
  7.  
  8. int32_t main() {
  9. IO;
  10.  
  11. }
Success #stdin #stdout 0.01s 5428KB
stdin
Standard input is empty
stdout
Standard output is empty