记录详情

Accepted

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

信息

递交者
类型
递交
题目
P1423 1-3 暗灭侵蚀
比赛
2023暑假集训7月3日训练题
语言
C++
递交时间
2023-07-03 11:13:19
评测时间
2023-07-03 11:13:19
评测机
分数
100
总耗时
6ms
峰值内存
412.0 KiB