fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main(){
  5. //freopen(" .in","r",stdin);
  6. //freopen(" .out","w",stdout);
  7. ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
  8.  
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
Standard output is empty