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

信息

递交者
类型
递交
题目
P2300 1.2.1:整型数据类型存储空间大小
语言
C++
递交时间
2023-05-13 15:25:17
评测时间
2023-05-13 15:25:17
评测机
分数
100
总耗时
1ms
峰值内存
284.0 KiB