fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. /*
  6.  
  7. IIM Kashipur analytics 2026
  8.  
  9. 1st preference
  10.  Rajeshwar Yadav(dad)
  11. (Irs 1990 batch,
  12. dob-1 sept 1966)
  13.  
  14. 2nd preference
  15. Mamta Yadav(mom)
  16. (Dob- 17 oct 1970)
  17.  
  18. 3rd preference
  19. Shailesh Yadav(chacha)
  20. (Bday 1 oct,nhai)
  21.  
  22.  
  23.  
  24. Thanks Kunal Yadav
  25.   (4 may 1995)
  26. */
  27. return 0;
  28. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
Standard output is empty