fork download
  1. //When I wrote this, only God and I understood what I was doing
  2. //Now, God only knows
  3. #include <bits/stdc++.h>
  4. using namespace std;
  5. #define ll long long int
  6. #define ld long double
  7. #define ch char
  8. #define vc vector
  9. #define str string
  10. int main() {
  11. ios_base::sync_with_stdio(false);
  12. cin.tie(NULL);
  13.  
  14. }
Success #stdin #stdout 0s 4392KB
stdin
Standard input is empty
stdout
Standard output is empty