顺序结构,选择结构问题集锦

3 条评论

  • @ 2022-7-25 22:21:33

    万能头文件

    #include<bits/stdc++.h>

    👍 13
    • @ 2022-7-25 21:51:59

      cout输出保留小数位

      cout<<setiosflags(ios::fixed)<<setprecision(2)<<y;

      👍 13
      ❤️ 10
      • @ 2022-7-25 21:48:24

        数据类型int,float,double,char

        %d,%f,%lf,%c

        👍 12
        ❤️ 9
        • 1