fork download
  1. #include <iostream>
  2.  
  3. int main(){
  4. int x;
  5. x=90;
  6. if (x==90){
  7. std::cout<<"Hello World";
  8. }
  9. std::cout<<"Hello WOrld";
  10. return 0;
  11. }
Success #stdin #stdout 0s 5284KB
stdin
45
stdout
Hello WorldHello WOrld