fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. /*
  6.   Today's match ipl 2025 srh vs lsg
  7.  
  8.   Kunal Yadav is supporting lsg now..
  9.   I am not supporting srh...
  10.  
  11.   Because I recieved threats from
  12.   people....
  13.  
  14.   So today's match Kunal Yadav is
  15.   Supporting lsg...
  16. */
  17. return 0;
  18. }
Success #stdin #stdout 0.01s 5296KB
stdin
Standard input is empty
stdout
Standard output is empty