fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.  
  6. /*
  7.  
  8. Champions trophy 2025 India semi final and final squad
  9.  
  10. Rajeshwar Yadav
  11. Shailesh Yadav
  12. Vikram Rao ias
  13. Ajay Tejpan roza spa(wk)
  14. Sachin flo spa
  15. kk rathore hello spa
  16. Virat Kohli(bowl)
  17. Hardik Pandya(bowl)(captain)
  18. Shivam Dube(bowl)
  19. Vijay Shankar(bowl)
  20. Jasprit Bumrah(bowl)
  21.  
  22.  
  23. Thanks Kunal Yadav(retired from cricket)
  24.  
  25.  
  26.  
  27. */
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. cout<<"hello world";
  35. return 0;
  36. }
Success #stdin #stdout 0.01s 5272KB
stdin
Standard input is empty
stdout
hello world