计算机小混子 2022-03-12 20:18 采纳率: 100%
浏览 20
已结题

为什么输出结果不是10,怎么回事10001呢

为什么输出结果不是10,怎么回事10001呢

#include <iostream>
using namespace std;
int main()
{
    struct date
    {
        int year;
        int month;
        int day;
    };
    //定义baby结构
    struct baby
    {
        int num;
        float weight;
        date birthday;//date 为结构类型

    };
    //声明结构变量并初始化
    baby b1 = { 10001,10,{2002,12,25} };
    //下列是baby结构变量b1的引用
    cout << "b1.num=" << b1.num << endl;
    cout << "b1.weight=" << b1.num << endl;
    cout << "b1.birthday.year=" << b1.birthday.year << endl;
    cout << "b1.birthday.month=" << b1.birthday.month << endl;
    cout << "b1.birthday.day=" << b1.birthday.day << endl;
    cout << "___________________________________________" << endl;
    //声明baby结构变量temp,并进行赋值运算
    baby temp;
    temp = b1;
    cout << "temp.num=" << temp.num << endl;
    cout << "temp.weight=" << temp.num << endl;
    cout << "temp.birthday.year=" << temp.birthday.year << endl;
    cout << "temp.birthday.month=" << temp.birthday.month << endl;
    cout << "temp.birthday.day=" << temp.birthday.day << endl;


}


img

  • 写回答

3条回答 默认 最新

  • _GX_ 2022-03-12 20:37
    关注

    22行和32行输出是.num成员数据,改为.weight

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

问题事件

  • 系统已结题 3月21日
  • 已采纳回答 3月13日
  • 创建了问题 3月12日

悬赏问题

  • ¥20 基于MSP430f5529的MPU6050驱动,求出欧拉角
  • ¥20 Java-Oj-桌布的计算
  • ¥15 powerbuilder中的datawindow数据整合到新的DataWindow
  • ¥20 有人知道这种图怎么画吗?
  • ¥15 pyqt6如何引用qrc文件加载里面的的资源
  • ¥15 安卓JNI项目使用lua上的问题
  • ¥20 RL+GNN解决人员排班问题时梯度消失
  • ¥60 要数控稳压电源测试数据
  • ¥15 能帮我写下这个编程吗
  • ¥15 ikuai客户端l2tp协议链接报终止15信号和无法将p.p.p6转换为我的l2tp线路