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",sizeof(bool),sizeof(char));
      |                 ~^     ~~~~~~~~~~~~
      |                  |     |
      |                  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",sizeof(bool),sizeof(char));
      |                    ~^               ~~~~~~~~~~~~
      |                     |               |
      |                     int             long unsigned int
      |                    %ld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 284.0 KiB

信息

递交者
类型
递交
题目
P2302 1.2.3:其他基本数据类型存储空间大小
语言
C++
递交时间
2023-05-13 15:26:59
评测时间
2023-05-13 15:26:59
评测机
分数
100
总耗时
2ms
峰值内存
284.0 KiB