Accepted

foo.cc: In function 'int main()':
foo.cc:5:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
    5 |         printf("%d %d\n",sizeof(float),sizeof(double));
      |                 ~^       ~~~~~~~~~~~~~
      |                  |       |
      |                  int     long unsigned int
      |                 %ld
foo.cc:5:21: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
    5 |         printf("%d %d\n",sizeof(float),sizeof(double));
      |                    ~^                  ~~~~~~~~~~~~~~
      |                     |                  |
      |                     int                long unsigned int
      |                    %ld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 284.0 KiB

信息

递交者
类型
递交
题目
P2301 1.2.2:浮点型数据类型存储空间大小
语言
C++
递交时间
2023-05-13 15:23:29
评测时间
2023-05-13 15:23:29
评测机
分数
100
总耗时
2ms
峰值内存
284.0 KiB