fork download
  1. #include <bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5. signed main() {
  6. ios::sync_with_stdio(false);
  7. cin.tie(0); cout.tie(0);
  8.  
  9.  
  10.  
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty