How does addition happened without initializing i2 or taking value from user?

后端 未结 0 1532
逝去的感伤
逝去的感伤 2021-01-28 14:05
int main()
 {
     int i = 4;
     double d = 4.0;
     string s = "HackerRank ";
     
     int i2;
     double d2;
     string s2;

     cin>>i2;
              


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题