记录详情

Accepted

foo.c: In function 'main':
foo.c:16:9: warning: 'd' may be used uninitialized [-Wmaybe-uninitialized]
   16 |         printf("%d\n",d);
      |         ^~~~~~~~~~~~~~~~
foo.c:5:17: note: 'd' was declared here
    5 |         int a,c,d;
      |                 ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 1ms 284.0 KiB
#3 Accepted 1ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
3-5 计算器
语言
C
递交时间
2023-10-13 20:56:17
评测时间
2023-10-13 20:56:17
评测机
分数
100
总耗时
8ms
峰值内存
284.0 KiB