Accepted

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

信息

递交者
类型
递交
题目
P1072 出现数字3的数
语言
C++
递交时间
2022-07-14 15:08:56
评测时间
2022-07-14 15:08:56
评测机
分数
100
总耗时
4ms
峰值内存
768.0 KiB