fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. /*
  6.   Pv Sindhu and
  7.   Rajeshwar Yadav
  8.   Good combination for
  9.   Mix doubles badminton
  10.  
  11.   Pv Sindhu and
  12.   Mamta Yadav
  13.   Good combination
  14.   For doubles in
  15.   Badminton
  16.  
  17.   For commonwealth and
  18.   Olympics...
  19. */
  20. return 0;
  21. }
Success #stdin #stdout 0.01s 5280KB
stdin
Standard input is empty
stdout
Standard output is empty