What is this number 1875946688 in the output of this C++ program?

后端 未结 0 1187
时光说笑
时光说笑 2020-12-12 12:59
    #include 
    using namespace std;

    int Square(int num)
    {
        int result;
        result = num * num;
        cout << result &l         


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